• Resolved miketeaches

    (@miketeaches)


    Using Donovan Pro theme. Is there a way to change the color of the grey border that surrounds/marks sticky posts on the homepage?

    Thanks in advance, Mike.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi Mike,

    you may try this in your custom CSS:

    .boxed-theme-layout .site {
        background: #ff0000;
    }
    

    Does this help?

    Theme Author ThemeZee

    (@themezee)

    Hi Mike,

    Thanks so much for using Donovan.

    You can change the border around sticky posts with this CSS snippet:

    .site-main .sticky {
    	border: 10px solid #ee3333;
    }

    Cheers,
    Thomas

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Change color of sticky post border on homepage’ is closed to new replies.