Hi All,
I need to change the background and text color of the sticky post titles and the comments heading. At the moment it is using my main accent colour as the bkg and my main bkg color as the font color.
I can’t see any options in colour settings, I have tried using CSS and adding:
{.sticky .entry-title a { color: #000000; background-color: #f3eed0 }
But it doesn’t work. when I look at the element in firebug, it seems to show that it is getting the colour from an Inline CSS property.
Help appreciated!