how to change color background of sticky post Hive theme
-
Hi,
My sticky post has a yellow background color (default, I think).
I’d like to customize it.
What CSS code can I add to make it grey? I might use F6F6F6 grey color
ThanksThe blog I need help with is: (visible only to logged in users)
-
Hi there, the following will set the background of the sticky post to your desired color.
.sticky:not(.format-quote)::after { background-color: #f6f6f6; } -
-
- The topic ‘how to change color background of sticky post Hive theme’ is closed to new replies.