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 do i assign categories to featured categories sections? (http://www.studiopress.com/support/showthread.php?t=3511)

divinemsgr 01-17-2009 11:43 PM

How do i assign categories to featured categories sections?
 
Hey there, i am back. Can you please help me with little thing i am trying to fix...

On the home page there are 3 sections called featured category 1, 2 and featured bottom category. Can i assign any category to show instead of featured?

i would like to have News, Tutorials and featured on the bottom. How can i make i happen? Thanks! :D

O, another thing is, there is tiny white line between the pages and categories that gets covered when i put my mouse over the page name... how can i make it not to cover the white line?


Ok, another one... how can i make it so that pages are starting with a capital letter?

SoZo 01-18-2009 12:40 AM

Re: How do i assign categories to featured categories sections?
 
I suggest reading all the tutorials here: viewforum.php?f=18

For the white line. open style.css and go to the navbar section and look for this
#nav li a:hover, #nav li a:active {
background: #555555 url(images/navhov.png);
color: #FFFFFF;
margin: 0px;
padding: 9px 15px 8px 15px;
text-decoration: none;
}
reduce the number "8" until the white line shows.

For the capoitalization look for this and delete the bit in red:
#nav li a, #nav li a:link, #nav li a:visited {
color: #FFFFFF;
display: block;
font-size: 16px;
font-family: Georgia, Times New Roman;
font-weight: normal;
text-transform: lowercase;
margin: 0px;
padding: 9px 15px 8px 15px;
}

divinemsgr 01-18-2009 01:02 AM

Re: How do i assign categories to featured categories sections?
 
Thank you SoZo...

SoZo 01-18-2009 01:06 AM

Re: How do i assign categories to featured categories sections?
 
Anytime :ugeek:


All times are GMT -5. The time now is 03:51 PM.

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