Main Categories Image Color Issue

ThemeBurn SupportForumsOpenCart ThemesBurnEngineMain Categories Image Color Issue

This topic has been marked as not resolved.

Hello, i have two problems;

First, i didn’t find any symbol suitable for my categories, so i changed two of them with custom images. But somehow their color is not changing like symbols. Symbol colors’re changing. Can you help me how to make their color changing (Like Symbols) or make them all same.

http://imgur.com/a/JlKcB

http://imgur.com/a/bdrsa

And my second problem is little different from first one. I want to remove this dropdown in homepage but keep the header.

http://imgur.com/a/PQ2iu

And keep this dropdown entirely with dropdown (With same colors). (I am asking this question because if i am not wrong, these two are related)

http://imgur.com/a/N8EKc

 

 burake
June 30, 2017 at 3:20 pm #60138

Hi,

1) Unfortunately you cannot change color of image icons. The only solution is to clone the Main Categories menu set and insert different icons for the dropdown (white) version.

2) You can remove the second dropdown for the home page, but unfortunately sticky header menu won’t have a dropdown either. A partial solution would be to hide dropdown with CSS:

.common-home #menu_url_U8LJb > .dropdown-menu {
    display: none !important;
}
.common-home #menu_url_U8LJb:after {
    display: none !important;
}

BR,
ThemeBurn team

July 3, 2017 at 4:09 pm #60181
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.