how to change background on top bar

hello guys.

i am using ja asenti and I need to change the background color on top bar where the "Default welcome msg" is located..
can you please give me a clue?

here is the pic of what I need to change.

thanks and rgds.

Attachment 24100

2 answers

Profile photo of Ninja Lead 0.00 $tone November 2, 2012
Public

You can do that

Open skin/frontend/default/jm_asenti/css/theme.css file

from

Code:

#ja-top { background: #000 border-bottom: 1px solid #333 }

change to

Code:

#ja-top { background: red; border-bottom: 1px solid #333 }

Regards

#1

This question is now closed

Written By

Comments