Jump to content

change colors of all the horizontal bars


Recommended Posts

Good morning

 

Assuming you are using PS default theme

 

Go to:

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

 

Around line 289 - Change the colour in RED to whatever you require

 

/* BLOCK .block ******************************************************************************** */
.block {margin-bottom:20px}
#footer .block {margin-bottom:0}
.block .title_block, .block h4 {
padding:6px 11px;
font-size:12px;
color:#fff;
text-shadow:0 1px 0 #000;
text-transform:uppercase;
background:#c20000;
font-weight: bold;
}
 
Result
 
 
Hope this helps
 
Paul
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...