Tagged: breadcrumbs, colour, headline
Hi
I looked through the forum to find out how to ensure that ‘bold’ text didn’t change colour from black to red, and have made the css change that was recommended. That now means that the ‘headline’ and the breadcrumbs aren’t the colour that I want the I would prefer it if they could stay white, as they were.
Could someone have a look and point me in the right direction, as I don’t seem to be able to resolve this one.
Many thanks
Steve
royalflush-sport.com
Hey RoyalFlushGroup,
I cleared your site cache, and it seems right now. Please see screenshot in Private Content area and please clear your cache
Best regards,
Mike
Hi Mike
Thanks for that. I did the clear cache but the issue persists on the blog posts page itself. Were you expecting what you did to work throughout the site, or just on posts?
Hi,
What exact css change did you make?
Best regards,
Jordan Shannon
Hi
the css in quick css is:
.custom-tab hr {
margin-bottom: 0!important;
}
.alternate_color strong, .main_color strong { color: black; }
.main_color a, .alternate_color a { color: #C66E6E; }
.main_color a:hover, .main_color h1 a:hover, .main_color h2 a:hover, .main_color h3 a:hover, .main_color h4 a:hover, .main_color h5 a:hover, .main_color h6 a:hover, .main_color .template-search a.news-content:hover {
color: #C66E6E;
}
#main strong > a {
color: #C66E6E!important;
}
#main a > strong {
color: #C66E6E!important;
}