How to change the bg color for the list with the categories.

ThemeBurn SupportForumsOpenCart ThemesKiddos OpenCart ThemeHow to change the bg color for the list with the categories.

This topic has been marked as not resolved.

Hello,
how can I change the background color for the list with the categories.
Currently the color is gray.

May 15, 2018 at 2:04 pm #64246

Hi,

You will need to use some custom CSS:

.tbMainNavigation .nav.nav-tabs,
.tbMainNavigation .nav.nav-tabs > li:not(.active)
{
  background-color: #ddd !important;
  border-color: #ccc;
}

Add these styles from the Theme CP > Theme Settings > Custom > Custom Stylesheet text field.

BR,
ThemeBurn team

May 18, 2018 at 1:38 pm #64275

For me not working

 JAZZLT
May 18, 2018 at 2:37 pm #64276

@JAZZLT

We can check, if you provide a live example.

BR,
ThemeBurn team

May 22, 2018 at 4:46 pm #64301

Hi,

Can you check this this situation in my project? At this moment this code I cleared from custom field. All information is in hidepost.

BR.

May 23, 2018 at 9:06 am #64309

@gardenvista

Where do you have this kind of menu:

http://support.themeburn.com/wp-content/uploads/2018/05/Screenshot_20180515_130150.png

You are using the basic menu that can be changed from Theme Settings > Colors > Dropdowns.

BR,
ThemeBurn team

May 25, 2018 at 2:39 pm #64355
Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.