Changing color for selected menu category

ThemeBurn SupportForumsOpenCart ThemesShoppica 2 OpenCart ThemeChanging color for selected menu category

This topic has been marked as resolved.

Hi there. How can I change the color for the selected menu category? I think this is the code I need to change the background color am I right? Can you please tell me where do I find this code? I initially changed it to #FFFFFF but I forgot how did I do it again.

#categories > ul > li.s_selected > a {
background-color: #FFFFFF !important;
color: #FFFFFF !important;
}

Thank you very much.

November 15, 2012 at 4:15 am #15202

Hi,

The code you have posted is exactly the one needed for customizing the selected menu.

Just add these styles at the bottom of your catalog/view/theme/shoppica2/stylesheet/screen.css.php, or from the “Custom Stylesheet” field from the theme control panel:

#categories > ul > li.s_selected > a {
  background-color: #FFFFFF !important;
  color: #FFFFFF !important;
}

Best,
ThemeBurn team

November 19, 2012 at 10:49 am #15322

Works very well. Thank you very much :)

November 21, 2012 at 7:07 am #15342

Glad we’ve helped, mate :)

Best,
ThemeBurn team

November 25, 2012 at 12:24 pm #15416
Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.