Can't change button color

Hi all,

My website is www.mountainvaluescoalition.com, and as you’ll see at the top, the button background color and text are hardly noticeable. How do I change both the color of the button itself as well as the color of the text?

Hi there,

You may change the color of the navigation links in X > Theme Options > Header > Navbar Links.

To change the button color, please add this code in the Global CSS:

.x-navbar .desktop .x-nav>li>a:hover>span,
.x-navbar .desktop .x-nav>.x-active>a>span, 
.x-navbar .desktop .x-nav>.current-menu-item>a>span {
  border-color: #000
}

Feel free to change the border color value.

Hope this helps.

thank you!!! this worked. :slight_smile:

We are glad we were able to help, you are welcome :slight_smile:

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