Changing colour in the navigation and the bottom part

Hi,
Im working with JM Ores, the light version.
I’d like some help on how I can change the colour of the top menu? I’d also like to change the colour of the bottom part, where the static blocks are (just above the footer) and I’d like to add a border to it as well. Same border as at the top between the header area and navigation. And also how do I change the background colour of the header tags?

Does anyone know how to do this?

Much appreciate your help!

Best regards

3 answers

Profile photo of thangnn1510 0.00 $tone June 14, 2011
Public

Hi Jungfrun!

Please change this code:

#ja-mainnav {
background: url("../../images/light/mainnav-bg.gif") repeat-x scroll left top #FFFFFF;
}

and this:

#ja-footer {
background-color: #202020;
border-top: 4px solid #101010;
color: #757575;
}

in skin/frontend/default/jm_ores/css/colors/light.css to change top menu and footer NAV background color.

#1
Profile photo of Malin Tisell 0.00 $tone June 14, 2011
Public

Thank you for your help Thang. #ja-footer is the dark footer part, i’d like to change the lighter part, but i think I’ve found it now
#ja-botsl {
background: #fff;
color: #666;
border-top: 5px solid #e5e5e5;
border-bottom: 1px solid #e5e5e5;
}
The problem now is that somehow I can’t get the static blocks to show in that part, so I can’t see if changing the css worked or not. I edited them earlier and then they just disapeared, really strange… I wrote about this in a support ticket but I haven’t received a reply.

Also, i’ve changed the background color of the website to blue and now most of the headers have a white background. Where do i change that?

Thank you for all your help Thang.

#2
Profile photo of thangnn1510 0.00 $tone June 15, 2011
Public

Also, i’ve changed the background color of the website to blue and now most of the headers have a white background. Where do i change that?

Please change this code:

#ja-header {
background: none repeat scroll 0 0 #F8F8F8;
border-bottom: 1px solid #BBBBBB;
}

in skin/frontend/default/jm_ores/css/colors/light.css.

The problem now is that somehow I can’t get the static blocks to show in that part, so I can’t see if changing the css worked or not. I edited them earlier and then they just disapeared, really strange… I wrote about this in a support ticket but I haven’t received a reply.

I’ll reply you in that ticket but I also post it here. Please follow user guide for this them to get blocks work:

http://www.joomlart.com/forums/showt…Ores-Userguide

#3

Please login or Register to Submit Answer

Written By

Comments