Changing the background colour and border of a sticky note

  • Hi

    I’ve just upgraded to Premium and tried to change the current background by simply adding this code in the CSS panel of the customiser:

    .sticky {background: #edf8ff; border: 2px solid #d5dbe2;}

    It’s not sticking (excuse the pun :)

    I found that code on the interwebs so it may not be right or I’m doing something else wrong. Help :)

    The blog I need help with is: (visible only to logged in users)

  • Howdy stephenwrks!

    First, great pun! Love it!

    Second, to get some clarification, are you attempting change the blueish background or changing the white background? Once we get the specifications, we can create the code for you!

  • Hi there eallas and thanks for coming back to me.

    Glad you liked it ;)

    In fact I had to raise a support query on something else which I did outside of these forums and while at it I asked about this. I got the support I needed and the right code.

    Sharing it back here in case its of use to anyone else – it worked perfectly:

    .sticky .o2-post {
    	background-color: #fdd2b2;
    	border: 2px #fa6900 solid;
    }

    Thanks again for coming back to me…

  • Great to hear! Thanks for letting us know the coding that solved the problem!

  • The topic ‘Changing the background colour and border of a sticky note’ is closed to new replies.