- This topic has 5 replies, 2 voices, and was last updated 1 year, 10 months ago by .
Viewing 6 posts - 1 through 6 (of 6 total)
Viewing 6 posts - 1 through 6 (of 6 total)
- You must be logged in to reply to this topic.
I feel like I’ve looked everywhere for it and searched the support forum. Thank you!
Hi Lynn,
Actually, there is no option to change the sticky post colour by the theme options, please share the colour scheme you want to be added and we will create CSS snippet for you.
Kind Regards
Bard Dark and Bard Main, please
Hi Lynn,
We understand your case, please tell us what colour you want to sue for the sticky posts.
Kind Regards
any hex color in the snippet is fine as I can change it. how about #FEFEFE to begin with? Thank you!
Hi Lynn,
Please navigate to Dashboard > Appearance > Customize > Additional CSS section add the following snippet:
.sticky {
background: #FEFEFE;
}
.sticky .post-title a, p {
color: #000;
}
.sticky .post-title a:hover {
color: #747474;
}
Kind Regards