• Resolved starkjeff

    (@starkjeff)


    How do I go about changing the button color around my main menu buttons? (Finder Login, etc). I’ve changed every instance in style.css to my color of #317abd. This color doesn’t seem to reside in style.css. Where would it be for me to change?

    Litesite Theme.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter starkjeff

    (@starkjeff)

    Hi,

    If you use the Inspect Element tool in Google Chrome, or Firebug in Firefox, you can find which file has the CSS.

    See this screenshot which points to the CSS file: https://d.pr/i/W110/cgQ6QQjr

    I would highly recommend copying the CSS into the Custom CSS module in the JetPack plugin instead of modifying your theme’s CSS files. Here is the CSS to change the color:

    .nav ul li.current-menu-item {
    background: #ff00ff;
    }

    Regards
    Magnus

    Theme Author sid88

    (@sid88)

    Hi starkjeff,

    For changing the menu button color go the theme CSS folder and
    open dropmenu.css file and change the color of this class

    .nav ul li.current-menu-item{
    background: none repeat scroll 0 0 #00729E;
    }

    Regards
    Sid

    This functionality seems to be broken. I’ve tried implementing it in the dropdown.css file AND via the custom CSS module in Jetpack but nothing is happening.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Change Menu Colors’ is closed to new replies.