StudioPress Community Forums

StudioPress Community Forums (http://www.studiopress.com/support/index.php)
-   General Discussion (http://www.studiopress.com/support/forumdisplay.php?f=7)
-   -   How to change Color - drop down submenue - change fonts hea (http://www.studiopress.com/support/showthread.php?t=9803)

amore111 06-15-2009 05:17 AM

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

Debra 06-15-2009 06:40 AM

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; <----------------------

amore111 06-17-2009 03:54 AM

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

Debra 06-17-2009 07:06 AM

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;
}

amore111 06-17-2009 10:41 AM

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:

Originally Posted by Debra
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;
}


rufftails 07-30-2009 11:40 AM

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;
}

rufftails 07-30-2009 01:03 PM

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.