• Currently, my theme (yashfa) has a few color characteristics I want to change. For example, I want everything red (i.e. menu hover,text) to be a different blue. Where do I find the code for the red that is currently there. The only color codes I have seen in the CSS of menu and stylesheet are #fff or other blacks and white (some grey’s too). Anyways, can anyone else on this theme.
    Thanks….
    Dave
    https://lifeexcursion.com

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hey there! ??

    Under your:

    /* Menu */

    look for:

    .menu li a:hover {
    	background: #ED3300;
    }

    And change the hexcode for the color.

    Thread Starter ddamron44

    (@ddamron44)

    Thanks…I was able to change most of what I wanted.

    The only thing I can’t seem to find the color code is the red that sits on HOME in the menu….if I scroll over it, it changes to my desired blue color but how do I always have it that color instead of red.

    Thanks again for your help….
    Dave
    lifeexcursion.com

    Sure thing!

    .menu li.current_page_item a {
    	background: #BA2800;
    }

    Change the background on that one. ??

    Thread Starter ddamron44

    (@ddamron44)

    I am sure this was your easiest ? of the day but thanks a ton. I spent too long searching on my own..

    Thank you!!!!!

    You’re welcome! ??

    Glad I could be of help!

    I’ve spent a lot of time fiddling with menu and list stylization for WP; your question happened to fit in perfectly with what I have been fiddling with lately.

    I have a question… somewhat along the lines of the above ??

    I want my menu to be blue background with yellow text. ONly the Home button displays this way. The rest are displaying white background with yellow text.

    Where can i change for it to view the same as the Home? (blue background).

    Also, where do i change the hover preferences as well?

    Thanks a bunch!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Help changing color of hover in menu?’ is closed to new replies.