Add a thin bar at the top

Hi.

My friend brought this template for our shop and we are really happy with it. Im trying to add a thin coloured bar at the top of the template. Ive attached a picture (green bar at the top). Can someone please tell me how I can add this onto your template?

Thank you very much.

James

1 answer

Profile photo of JA Developer 0.00 $tone September 8, 2009
Public

Hi

Open skin/frontend/default/jm_purity/css/theme.css file, at about line 127, find following code:

Code:

#ja-headerwrap {
	background: url(../images/topbar-bg.gif) repeat-x top #333333;
}

and change to:

Code:

#ja-headerwrap {
	background: url(../images/topbar-bg.gif) repeat-x top #333333;
        border-bottom:8px solid #FF0000;
}
#1

This question is now closed

Written By

Comments