Change Specific Menu Option Colour / Image

ThemeBurn SupportForumsOpenCart ThemesShoppica OpenCart ThemeChange Specific Menu Option Colour / Image

This topic has been marked as resolved.

Hi,

What is the CSS for changing a specific menu option colour or back ground image? I see you can reference the id of the menu option but I can not get the colour to change.

Any ideas?

Thanks

Matt

March 7, 2013 at 10:24 am #19896

Worked it out….

Put this in the CSS sheet where the menu numbers are the category codes.

#menu_65 > a {
  background: #4f7b86 !important;
  color: #fff !important;
}
#menu_65 > a:hover {
  background-color: #619fab !important;
}

#menu_67 > a {
  background: #619fab !important;
  color: #fff !important;
}
#menu_67 > a:hover {
  background-color: #4f7b86 !important;
}

March 11, 2013 at 3:10 pm #20060

Hi,

You can also put background image and create something more special, like the green “Buy Now” button.

Best,
ThemeBurn team

March 13, 2013 at 10:13 am #20240
Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.