![]() |
How to change Color - drop down submenue - change fonts hea
Hello,
we like to change the color of the `hover` drop down submenue (all colors e.g. lifestyle theme demo -- beauty , home section) and we like to change the fonts header of the articles to the same fonts of the articles thank you very much in advance for your kind assisstance helge |
Re: How to change Color - drop down submenue - change fonts hea
change your navhov here
#nav li a:hover, #nav li a:active { background: #EBE6D4 url(images/navhov.png);<-----you will have to take out or edit the navhov image color: #495D5C; margin: 0px; padding: 9px 15px 8px 15px; text-decoration: none; } content is using this font family font-family: Arial, Tahoma, Verdana; change out this #content h1 { color: #495D5C; font-size: 22px; font-family: Georgia, Times New Roman; <---------------------- |
Re: How to change Color - drop down submenue - change fonts hea
hi debra,
thx for your answer and solution we like also to change the font of the main menue how do we do this? thx for your answer greetings helge |
Re: How to change Color - drop down submenue - change fonts hea
you would change that here
#navbar { background: #E1DCCA url(images/navbar.png); width: 960px; height: 35px; font-size: 12px; font-family: Arial, Tahoma, Verdana; <------------- color: #FFFFFF; font-weight: bold; margin: 0px; padding: 0px; } |
Re: How to change Color - drop down submenue - change fonts hea
hi debra,
thx for your answer. unfortunately it doesn`t work are you sure with the place in the code ? we like to use the same fonts as it is standard in the articles it shows in the code as standard as the article fonts but it is a different one thx for your kind assistance in advance greetings helge Quote:
|
Re: How to change Color - drop down submenue - change fonts hea
I have done what you suggested above and for some reason my drop-down menu will not change to be the same as my navbar menu. Please advise.
http://www.ruff-tails.com/ Here's my css #navbar { background: #958643 url(images/navbar.png); width: 960px; height: 35px; font-size: 12px; font-family: Arial, Tahoma, Verdana; color: #FFFFFF; font-weight: bold; margin: 0px; padding: 0px; } #nav li a:hover, #nav li a:active { background: #bfd333 url(images/navhov.png); color: #495D5C; margin: 0px; padding: 9px 15px 8px 15px; text-decoration: none; } |
Re: How to change Color - drop down submenue - change fonts hea
nevermind, figured it out.
|
| All times are GMT -5. The time now is 01:37 PM. |
Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.