Jump to content

Change Default Top Menu Color


Recommended Posts

True you can change the background to a color rather then the image file by changing this:

 

change this:

 

.sf-menu {

 

background: transparent url(../img/bg_blocktopmenu.png) repeat-x 0 0;

 

}

 

To this:

.sf-menu {

 

background: #6b7375;

 

}

 

There is also other codes to change for the hover colors once you get this you should be able to figure out the others.

 

The above # is grey but you can use the color of your choice, you can use a HTML # or a true color such as red, blue, green and so on.

If you do a google search for HTML color codes you will find many sites listing them.

here is one http://html-color-codes.info/

Edited by tdr170 (see edit history)
Link to comment
Share on other sites

I appreciate your help.

I was able to change colors as I wish. But I got two problems:

First: I'm not able to change the color of the drop-down box on the top menu as you may see on the attached picture.

 

Secondly, on the footer part, I changed the color but as you could see on the attached picture, the color of "My Account" part is still black. I was wondering how to change the color entirely.

 

Thanks your reply in advance.

post-450970-0-75299000-1356616427_thumb.jpg

post-450970-0-68122100-1356616439_thumb.jpg

Link to comment
Share on other sites

You have to change the following: (top menu)

 

 

 

.sf-menu li li {

background: rgba(113, 113, 113, 0.9);

}

.sf-menu li li li {

background: rgba(113, 113, 113, 0.9);

 

Like this (your colors)

 

.sf-menu li li {

background: green;

}

.sf-menu li li li {

background: yellow;

 

For footer go to ..modules/blockmyaccountfooter and edit blockmyaccountfooter.css and change the following:

 

change this

#footer .myaccount h4 {

padding:0 0 10px 0;

background:#333

 

to this

#footer .myaccount h4 {

padding:0 0 10px 0;

Edited by tdr170 (see edit history)
Link to comment
Share on other sites

  • 1 month later...

Does anyone have any suggestions when using the multi store feature?

 

I have two clients that are using the prestashop default theme and I need to change the colour of the top menu. which I cant currently do as the CCS is located within the module directory. I can't edit the css or change the path as it will do this for both sites...

They really should have pointed the modules CSS to Themes > Modules > blocktopmenu > CSS but for some reason they haven't.

 

Any suggestions would be great.

 

Version1.5.2

 

Regards

Matt

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...