Jump to content

Top Menu modify


iown

Recommended Posts

Hi,

 

You can change the size of the text in the css file /themes/default-bootstrap/css/modules/blocktopmenu/css/superfish-modified.css on line 60

 

For the background color, I can't tell you because your css is minified.

It should be in one of the themeX.css file available in the folder modules/themeconfigurator/css/

 

If you unminify your css, I'll be able to tell you.

 

Paul.

Link to comment
Share on other sites

colors of your theme is based on colortheme that you selected.

can you please disable temporarily CCC for css files? (im asking because all of your css files are minified now)

 

as far as i remember color that you use is a part of

/modules/themeconfigurator/css/theme1.css 

Link to comment
Share on other sites

  • 2 weeks later...

Hi, I am trying to edit background colors in horizontal top menu in default theme in PS 1.6. I have read here, what to change, but I dont have file theme1.css, only theme2-9. Please, could you help me?

Link to comment
Share on other sites

white page = errors

turn on error reporting then instead of white page you will see detailed information about error (i hope so)

 
open config/defines.inc.php
 
find this line define('_PS_MODE_DEV_', false);
change to look like this: define('_PS_MODE_DEV_', true);
Link to comment
Share on other sites

  • 6 months later...

You need to change it in yourdomain/modules/themeconfigurator/css/theme8.css because you have green theme enabled

#header .sf-menu > li.sfHover > a, #header .sf-menu > li > a:hover, #header .sf-menu > li.sfHoverForce > a {
    background: #43bebd;
    border-bottom-color: #2aa2a1;
    color: #fff;
}

Change #43bebd to desired color

 
 
  • Like 1
Link to comment
Share on other sites

  • 3 months later...

Hello,

 

I am trying to change the top menu background color on hover.

I tried changed in /modules/blocktopmenu/css/superfish-modified.css but can't see the results applied.

 

What should I do?

My site is www.odelarome.com

 

Thank You.

i have still the same this issue,

I have to change code in  /modules/blocktopmenu/css/superfish-modified.css but still not change colour,

my website is mainanbaby.com

please help me

Link to comment
Share on other sites

×
×
  • Create New...