Jump to content

how to change the words color in navigation ?


Recommended Posts

I want to change the color in the site navigation?

post-696776-0-34430100-1388033365_thumb.jpg

post-696776-0-35301200-1388033372_thumb.jpg

post-696776-0-19640200-1388033380_thumb.jpg

post-696776-0-36453400-1388033387_thumb.jpg

 

The words are white color now, I want change them to black color,

and by the way I want change the words background also to white color, because I want the site looks simple and neat, thank you!

 

And about the fifth one, after its color changed to white, I hope there is a line on top to separate from the above information, like this: post-696776-0-36988100-1388033781_thumb.jpg I hope you can understand what I mean, please tell me how to add this line, thank you!

 

thank you very much!

regards,

 

zerry

Link to comment
Share on other sites

Good morning

 

Using PS 1.5.5 default theme

 

The places that need changing are many and various, perhaps just start with blocks:

 

public_html/your store/themes/default/css/global.css

 

Around line 298

 

#footer .block {margin-bottom:0}
.block .title_block, .block h4 {
padding:6px 11px;
font-size:12px;
color:#f3f315; (This has been changed to yellow)
text-shadow:0 1px 0 #000;
text-transform:uppercase;
background:#383838;
 
 
public_html/your store/themes/default/css/global.css
 
Around line 600
 
text-transform:uppercase
}
#footer .title_block ,
#footer .title_block  a {
font-weight:normal;
font-size:14px;
color:#f3f315 (This has been changed to yellow)
}
 
 
 
Paul
Edited by Paulito (see edit history)
  • Like 1
Link to comment
Share on other sites

×
×
  • Create New...