StudioPress Community Forums
  StudioPress Community Forums > Forums > General Discussion
For help and support, access to your downloads, or to manage your account please log into My StudioPress.

These forums have been set to read-only so you can browse the existing topics for any questions you may have -- and this forum will be removed on July 1st, 2013.

For general discussion on WordPress, CSS and design (NOT for support) visit the new Community Forums.
 
 
Thread Tools Display Modes
  #1  
Old 06-15-2009, 05:17 AM
amore111 amore111 is offline
Registered User
Pro Plus Member
 
Join Date: Feb 2009
Posts: 42
Default 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
  #2  
Old 06-15-2009, 06:40 AM
Debra's Avatar
Debra Debra is offline
Community Moderator
 
Join Date: Oct 2009
Location: Ontario, Canada
Posts: 13,365
Default 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; <----------------------
__________________
Fat Cat Designs | "Creativity takes courage." Henri Matisse

Make life easier use FireFox and these Customizing tools: Firebug - Web Developer

New to Genesis? See our Guide for Beginners!

Recommended StudioPress Designer
StudioPress on Facebook
  #3  
Old 06-17-2009, 03:54 AM
amore111 amore111 is offline
Registered User
Pro Plus Member
 
Join Date: Feb 2009
Posts: 42
Default 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
  #4  
Old 06-17-2009, 07:06 AM
Debra's Avatar
Debra Debra is offline
Community Moderator
 
Join Date: Oct 2009
Location: Ontario, Canada
Posts: 13,365
Default 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;
}
__________________
Fat Cat Designs | "Creativity takes courage." Henri Matisse

Make life easier use FireFox and these Customizing tools: Firebug - Web Developer

New to Genesis? See our Guide for Beginners!

Recommended StudioPress Designer
StudioPress on Facebook
  #5  
Old 06-17-2009, 10:41 AM
amore111 amore111 is offline
Registered User
Pro Plus Member
 
Join Date: Feb 2009
Posts: 42
Default 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;
}
  #6  
Old 07-30-2009, 11:40 AM
rufftails rufftails is offline
Registered User
Pro Plus Member
 
Join Date: Jul 2009
Posts: 7
Default 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;
}
  #7  
Old 07-30-2009, 01:03 PM
rufftails rufftails is offline
Registered User
Pro Plus Member
 
Join Date: Jul 2009
Posts: 7
Default Re: How to change Color - drop down submenue - change fonts hea

nevermind, figured it out.
 

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
How to change the header fonts nickbayley General Discussion 3 05-31-2010 06:17 AM
Change template fonts tiagopapoose General Discussion 4 03-25-2009 09:16 AM
How to change fonts on Homepage buddhamus General Discussion 7 11-10-2008 05:04 PM


All times are GMT -5. The time now is 12:26 PM.

Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.