Header / Menu

this is for the site embracingsimplicity.org using the nonprofit stack.

2 Problems:

  1. Menu item dropdowns are showing blank for me on multiple browsers
  2. I would like to add a transparen header/menu item to homepage only. For now, I have hidden it(i dont remember how).

Thanks in advance.

Hi HeyCarollan,

Just for your information, the stacks are the ones you can pick from X > Theme Options > Stacks. The nonprofit is an expanded demo which will import the pages/posts and st the theme options in a certain way to look like the demo.

You are using a newer version of the Cornerstone but the theme version is old and not compatible. Please update the theme to version 6.1.5 and the cornerstone to 3.1.5.

For the transparent header I suggest that you check this article:

https://xthemetips.com/transparent-fixed-header/129/

Thank you.

I updated the theme but the menu is still showing blank.

You can navigate to this page and see the top menu http://embracingsimplicity.org/retreat-calendar/

Hi there,

Please add this CSS in the Global CSS settings so that the menu items will be visible:

.x-navbar .desktop .sub-menu a, 
.x-navbar .desktop .sub-menu a:hover, 
.x-navbar .desktop .sub-menu .current-menu-item > a {
    color: #000;
}

You can find more info on how to check for CSS selectors here.
Then information about writing your custom CSS here.

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