Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #850162

    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

    #850200

    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

    #850707

    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?

    #850838

    Hi,

    What exact css change did you make?

    Best regards,
    Jordan Shannon

    #852308

    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;
    }

    #852936

    Hi,
    I took another look and found the word “Blog” in your breadcrumbs was blue and not white, This will fix that:

    .alternate_color strong {color: #e4e6f0 !important;}

    Best regards,
    Mike

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.