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.

For general discussion on WordPress, CSS and design (NOT for support) visit the new Community Forums.
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #7  
Old 08-18-2009, 03:28 PM
Hawkeye Hawkeye is offline
Registered User
Genesis Member
 
Join Date: Jun 2009
Posts: 121
Default Re: Change text/font size of headlineright?

Thanks Charles!

I'll check it out. (The code you mention makes sense to me -- I just couldn't figure out what was overriding my changes.)

*** UPDATE ***

You were right about the section of the style.css file controlling that element -- and in fact the text size for both headlineleft and headlineright. I first changed the 18px value for headline.a, and that changed the size of both hyperlinks in the headline (on the right and left). Then I went back to the 18px value and added a new font-size line to headlineright, and that worked: the right headline changed, the left headline stayed at 18 px.

To be absolutely sure that each part of headline got their own font-size value, however, I remmed out the original 18px count and added a font-size attribute to each element, as follows (other values edited out for clarity):

Quote:
.headline a, .headline a:visited {
/* font-size: 18px; */ /* commented out to allow changes below in headlineleft and headlineright */
}

.headlineleft {
font-size: 18px; /* added to separate font size of left and right header elements */
}

.headlineright {
font-size: 13px; /* added to separate font size of left and right header elements */
}
It works, I can tweak it at will, and so I thank you again!
 

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 font size and font style in my posts? vij General Discussion 1 02-21-2010 12:13 PM
How to change the font size of the text in the posts / pages j0s3 General Discussion 2 08-07-2009 08:33 AM
Change font/text size in nav bar bubblsss General Discussion 3 02-25-2009 09:35 AM


All times are GMT -5. The time now is 05:44 PM.

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