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
  #1  
Old 06-29-2009, 08:46 AM
jamiers jamiers is offline
Registered User
Genesis Member
 
Join Date: Jan 2009
Posts: 16
Default CSS Question

This is probably a really easy question to answer. I want to change the size of the text in the footerright section, but the css is inheriting from the .footer section. Here is a snippet from my css:
Code:
/************************************************
*	Footer      								*
************************************************/

#footer {
	background: url(images/footer.png);
	width: 960px;
       height: 100px;
	margin: 15px auto 0px;
	padding: 0px;
	line-height: 20px;
	}
	
#footer p {
	color: #888888;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	margin: 0px;
	padding: 9px 0px 0px 0px;
	}
	
#footer a, #footer a:visited {
	color: #888888;
	text-decoration: none;
	}
	
#footer a:hover {
	color: #888888;
	text-decoration: underline;
	}
	
.footerleft {
/*J	width: 180px; */
	width: 250px;
	float: left;
	margin: 0px;
	padding: 10px 0px 0px 20px;
	}
	
.footerright {
	width: 680px;
/*J	width: 750px; */
	float: right;
	margin: 0px;
	padding: 10px 0px 0px 0px;
/*J Added By Jamie */
        font-size: 19px;
	font-family: Times, Arial, Tahoma, Verdana;
/*J End Add By Jamie */
	text-align: right;
	}
I want to make the font-size 19 and times for .footerright. I thought all I had to do was redesignate it in .footerright? What am I doing wrong?

Jamie
 

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
<br/> tag question and another format question please wparlaman General Discussion 5 11-25-2009 07:04 AM
RSS question comander1987 General Discussion 4 12-11-2008 10:39 AM


All times are GMT -5. The time now is 11:52 PM.

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