Main menu accent

  • Author
    Posts
  • #15953
    Peter

    Hi, the hover / accent on main menu is automatic changing,
    or it may be kind of light transparent over the menu color.

    I cannot figure out how to change it.
    Thank you!!

    #20312
    Peter

    noone can help?

    #20401
    Kay
    Cryout Creations mastermind

    Add this to the custom CSS area:

    #access a:hover {color:#FF0000;}

    For submenus hover color add this:

    #access ul ul li a:hover {color:#Ff0000;}


    Before posting consider reading our short theme debugging instructions.
    Please read the FAQs: MantraNirvanaParabolaTempera
    Tutorials: custom menustranslating themeinstalling themecategory page with introdisabling comments Wordpress: child themescategories/posts
    Before making any modifications to your theme we strongly recommend using Child Themes.
    #20831
    Peter

    Thank you Kay,
    but I mean the button color (the slightly highlighted accent)
    on hover and also on the current page.

    Your suggection affects the text color

    #20835
    Peter

    never mind, I found the modifier function.
    thanks anyway.

    #24450
    Christina G.

    Hi Peter,
    I am looking to do the same thing, mind sharing what you’ve discovered? Thanks.

    #29383
    Rick H

    /* change background color of submenus */
    #access ul ul li a:hover {
    background-color:#1da209 !important ;
    overflow:none !important;
    }
    #access ul ul a, #access ul ul ul a {
    width:auto !important; /*prevents color from going outside the box */
    }

Viewing 7 posts - 1 through 7 (of 7 total)

The topic ‘Main menu accent’ is closed to new replies.