Menu color changes to white when Blog selected + Breadcrumbs invisible

Hi,
I have an issue with menu colors changing to white and becoming invisible: only when selecting the blog page.
Also, the same happens to the Author and Publish date

I’ve spent a few hours reading similar support forum threads, but nothing I could see matches what’s happening

See pics to see what I mean

Normal menu


What happens when Blog is clicked

Highlighting text shows it’s there, just in the wrong color. Menu suffers from the same issue

website: allos.com.au

Thanks in advance

Hello Antony,

Thanks for writing in!

You are having this issue because somewhere in your theme, you may have added this custom CSS:

.blog span {
    color: #fff;
}

Please go to Cornerstone > Theme Options > CSS or Appearance > Customize > Additional CSS, you need to find and remove that CSS code to resolve your issue.

After doing the CSS update, always remember to clear all caches since you have installed the LiteSpeed Cache plugin so that the code from the latest release is always in use. This will help you to avoid any potential errors.

And please clear your browser cache too. You may use private browsing mode in testing your site to make sure that you are viewing the latest codes from the updates and not the cached version in your browser.

Best Regards.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.