Submenu not visible on homepage is visible on other pages

Hello,

had several problems since the last update of Cornerstone and Xtheme. I have been able to solve most of them, however, I am running into a problem that I cannot solve.

The menu (with submenus) works fine on all pages, however on the homepage it is not readable. The colors are gone you can’t see what to click on.

Can you please help me?

Thanks in advance
RJJ Derks

Hello @rjjderks,

Thanks for writing to us.

I checked your given site URL it seems that you have added a custom CSS code just because the submenu is not working. I would suggest you please go to your page and remove this custom CSS code.

.tg-item-term, span {
display: none;
}

Or for a quick fix, you may add this custom CSS code on the page-specific CSS box.

.x-nav-wrap.desktop li .sub-menu span {
    display: block !important;
}

If it doesn’t work please share your details in a secure note. Please provide the following details

  • WordPress Login URL
  • Admin-level username and password

You can find the Secure Note button at the bottom of your posts

The purpose of providing custom CSS is to show you how to add CSS code to your site. Writing custom CSS is outside the scope of our theme support. If you need more customization, you need to learn CSS and learn how to use the browser’s element inspector or you subscribe to One where customization questions are answered.

Thanks

Thanks for the quick response.

The quickfix did the trick. It is solved.
Thanks again!

Greetings,
RJJ Derks

Hi @rjjderks,

It is good to know that you have resolved the issue already. Please feel free to create another thread if you need any further information.

Cheers.

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