Jump to content

Changing Colors on my menu & buttons


Recommended Posts

Hi, 

 

If you take a look at my menu here: hilbri.com

 

You can see i have chosen a turquoise color however, when you hover over the menu the drop down background is a grey color. I have tried everything to change this but no avail can anyone help, also buttons such as add to cart which are also in a grey color which i cant seem to change

 

Thanks

Link to comment
Share on other sites

Hello again

 

You can do it a couple of ways but I suppose the easiest is to put this code at the bottom of global.css

 

.jetmenu li > .megamenu .bcategories ul.mega-menu > li:first-child > a {background: red!important}
 
.jetmenu  li  .megamenu {background: blue!important;}
 
 
Obviously change the colours to what you require, also, you should use HEX colours, so, for instance, the RED colour should look something like: #c20000
 
Paul
Link to comment
Share on other sites

Hello again Dan

 

The text is not "White" but seems to have a display:none; param

 

I should imagine this has been set as the default action

 

With "Display None"

http://screencast.com/t/3JdmiQ7XwM

 

Without "Display None"

http://screencast.com/t/qHjiyuIGKkM

 

You can find this code around Line 206 of product_list.css

http://screencast.com/t/kTjyKGpxfn

 

 

 

If you want you can remove it or perhaps, better to comment it out   /*display: none;*/

 

If you do remove/comment the code then check if it changes anything else

 

Paul

Link to comment
Share on other sites

Ah sorry Paul you have the wrong end of the stick here, my screenshot i posted... its the related products text which i have highlighted which is white so you cannot see it. If you look at the screenshot it shows where i have highlighted the heading related products but if you check the website page you cannot see it normally

Link to comment
Share on other sites

  • 4 weeks 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...