1. kgkoop
  2. Free Templates / Extensions
  3. Thursday, 22 August 2013
  4.  Subscribe via email
Hey everybody,

I'm trying to do the following:
Main Menu should have the following
Font Color #FFFFFF

Block down shoud have
background color #FFFFFF
Font Color #9a1980

Hover over color can stay the same.

Right now I can only change the color for both at the same time - that makes the sub menu unreadable.

Can you point me in the right direction please?

Best regards

Klaus
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Klaus

Would you have a URL to an example of your menu?

Ciarán
  1. more than a month ago
  2. Free Templates / Extensions
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Ciarán,

the original website can be found here
http://www.monikafinkbeiner dot com
As you can see the word are in black - she wants them to be white.
But as soon as there are submenus, we run into a problem. White writing, white background = zero readability :-)
So there needs to be a second color definition for the writing in the submenus - does it make more sense now?

Best regards

Klaus
  1. more than a month ago
  2. Free Templates / Extensions
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Klaus

Try adding the following to the end of your templates template.css (../templates/j51_oxygen/css/template.css)


#hornav ul li a {
color: #FFFFFF !important;
}
#hornav ul li li a {
color: #000000 !important;
}


Where #FFFFFF is the colour of your menu items and #000000 is the colour of your sub menu items.

Ciarán
  1. more than a month ago
  2. Free Templates / Extensions
  3. # 3
Accepted Answer Pending Moderation
0
Votes
Undo
Thank you - that worked like a charm. I had to adjust the hover, but you showed me already the way :-D
  1. more than a month ago
  2. Free Templates / Extensions
  3. # 4
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!