Jump to content

(solved)Any1 knows how to change the dropdown menu text color?


Recommended Posts

Greetings, players of prestashop,

recently when i tried to customize my E-commercial site, i found i couldn't switch the text color in the dropdown menu. My prestashop version is 1.6.0.6 and the theme is the default one.

I can't offer the address now since it is still being developped in localhost.

I tried to locate the code with firebug, unfortunately i can not find the class in blocktopmenu/superfish-modified.css. Any suggestions will be appreciated.

My best regards. :)

Here is the thumbnail

 

post-789312-0-58766700-1404898391_thumb.png

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

figure it out myself, hope it works for some1 needs the help

 

the file locates in

prestashop/theme/default-bootstrap/css/modules/blocktopmenu/css/superfise-modified.css

 

find this:

 

.sf-menu > li > ul {
  padding: 26px 30px 31px;
  width: 100%; }
  .sf-menu > li > ul > li > a {
    text-transform: uppercase;
    font: 600 16px/20px "Open Sans", sans-serif;
    color: #27259F; }
    .sf-menu > li > ul > li > a:hover {
      color: #D92757; }

 

the 2 red parts define the color of text (before hover and hover) in the drop down menu.

Hope it helps.

Link to comment
Share on other sites

  • 1 year later...

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