WordPress.org

Forums

Help changing color of hover in menu? (7 posts)

  1. ddamron44
    Member
    Posted 3 years ago #

    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
    http://lifeexcursion.com

  2. EMG
    Member
    Posted 3 years ago #

    Hey there! :)

    Under your:

    /* Menu */

    look for:

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

    And change the hexcode for the color.

  3. ddamron44
    Member
    Posted 3 years ago #

    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

  4. EMG
    Member
    Posted 3 years ago #

    Sure thing!

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

    Change the background on that one. :)

  5. ddamron44
    Member
    Posted 3 years ago #

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

    Thank you!!!!!

  6. EMG
    Member
    Posted 3 years ago #

    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.

  7. VBPartners
    Member
    Posted 3 years ago #

    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!

Topic Closed

This topic has been closed to new replies.

About this Topic