Menu Item Messed Up

On my website, I had the “GIVE” page on my header as the last item on my menu and it was a button. I moved the menu around and made the “I’M NEW” page as the new button, but when I moved everything around, as you can see, the GIVE item is now messed up.

I need to remove the button around “GIVE” and change the font to white. Any suggestions on how I do this?

theopendoor.church

Hey Brock,

You have this code added in the Global CSS that is adding the styling to the give menu item:

.dark-page .masthead .x-navbar .desktop .x-nav>li.menu-item-173>a {
    background: #fff;
    color: #000;
}

Please go to X > Theme Options > CSS then delete that code.

Hope this helps.

Hey Jade,

I looked everywhere and I can’t seem to find that piece of code, I even searched the code for “dark-page” which registered no results. Is there another place that it could be?

Hi Brock,

I have just checked and the code is in the CSS panel of the page in Cornerstone:

Hope this helps.

Ah perfect!

Thank you so much! Ya’ll are awesome

You’re welcome Brock!
It’s good to know that it has worked for you.

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