-
AuthorPosts
-
January 15th, 2014 at 02:26 #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!!January 25th, 2014 at 00:39 #20312Peter
noone can help?
January 25th, 2014 at 17:10 #20401Kay
Cryout Creations mastermindAdd 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: Mantra • Nirvana • Parabola • Tempera
Tutorials: custom menus • translating theme • installing theme • category page with intro • disabling comments Wordpress: child themes • categories/posts
Before making any modifications to your theme we strongly recommend using Child Themes.January 29th, 2014 at 00:36 #20831Peter
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
January 29th, 2014 at 02:13 #20835Peter
never mind, I found the modifier function.
thanks anyway.March 19th, 2014 at 15:10 #24450Christina G.
Hi Peter,
I am looking to do the same thing, mind sharing what you’ve discovered? Thanks.February 7th, 2015 at 02:35 #29383Rick 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 */
} -
AuthorPosts
The topic ‘Main menu accent’ is closed to new replies.