Wordpress Themes - WP Forum at BFA
There will be no more development for Atahualpa (or any other theme), and no support. Also no new registrations. I turned off the donation system. I may turn the forum to read only if it gets abused for spam. Unfortunately I have no time for the forum or the themes. Thanks a lot to the people who helped in all these years, especially Larry and of course: Paul. Take care and stay healthy -- Flynn, Atahualpa developer, Sep 2021

Wordpress Themes - WP Forum at BFA » WordPress Themes » Atahualpa 3 Wordpress theme » Page & Category Menu Bars »

[SOLVED] How can I get a different color scheme for submenus ?


  #1  
Old Feb 11, 2010, 09:46 AM
mark_orion
 
4 posts · Feb 2010
I am trying to give the submenus a different color scheme with CSS inserts but could not find a working solution. I tried this, but it did not work:
ul.rMenu-ver { background-color: #ffff99 !important; color: #660f0f !important; }
  #2  
Old Feb 12, 2010, 06:18 AM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
you need to address the list item in the unordered list. Try this
HTML Code:
ul.rMenu-ver li { 
background-color: #ffff99 !important; 
color: #660f0f !important; }
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
  #3  
Old Feb 12, 2010, 09:58 AM
mark_orion
 
4 posts · Feb 2010
thanks for the help, but this does not work. The dropdown menus still have the color of the main page menu.
  #4  
Old Feb 12, 2010, 10:11 AM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
what is the url?
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
  #5  
Old Feb 12, 2010, 10:31 AM
mark_orion
 
4 posts · Feb 2010
www.shambala-retreat.org
just open e.g. the about us page and you will get a dropdown menu when you hover over "About Us". I would like to give these dropdowns the opposite colors as the main menu so that their boundaries are more visible.
  #6  
Old Feb 12, 2010, 02:16 PM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
currently the dropdown shows in red with a yellow outling and no words
when you hover it turns yellow with black words

What do you want it to be?
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support

Last edited by juggledad; Feb 13, 2010 at 04:00 AM.
  #7  
Old Feb 13, 2010, 02:34 AM
mark_orion
 
4 posts · Feb 2010
Quote:
Originally Posted by juggledad
currently the dropdown shows in red with a yellow outling and no words
when you hover it turns yellow with black words.

What do you want it to be?
I was mislead by thinking there was a caching problem somewhere, because I actually wanted that color scheme with red dropdowns with yellow words and the standard yellow background / red words when hovering. Firefox strangely still showed the wrong colors even after I emtied the cache and I use no proxy. The problem was caused by the missing declaration of the a:link a:visited a:active and a:hover properties:

ul.rMenu-ver li { background-color: #660f0f !important; color: #ffff99 !important; }
ul.rMenu-ver li a:link { background-color: #660f0f !important; color: #ffff99 !important; }
ul.rMenu-ver li a:visited { background-color: #660f0f !important; color: #ffff99 !important; }
ul.rMenu-ver li a:active { background-color: #660f0f !important; color: #ffff99 !important; }

thanks for your help and feedback.
ul.rMenu-ver li a:hover { background-color: #ffff99 !important; color: #660f0f !important; }

Last edited by mark_orion; Feb 13, 2010 at 02:45 AM.

Bookmarks



Similar Threads
Thread Thread Starter Forum Replies Last Post
How to make dropdown submenus fly out from Page Menu Bar ON HOVER? one-from-lv Page & Category Menu Bars 0 Oct 9, 2009 02:21 PM
Submenus not appearing in IE6 middlemountain Page & Category Menu Bars 2 Sep 9, 2009 09:17 AM
formatting submenus interage Header configuration & styling 0 Apr 24, 2009 09:53 AM
Submenus not showing up in MSIE 7 or 8 randulo Page & Category Menu Bars 1 Mar 10, 2009 06:34 AM
Embedding submenus in parent pages mwiwchar Page & Category Menu Bars 2 Mar 4, 2009 11:51 AM


All times are GMT -6. The time now is 08:52 PM.


Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.