css help needed for dropdown menu

ThemeBurn SupportForumsOpenCart ThemesPavilion OpenCart Themecss help needed for dropdown menu

This topic has been marked as resolved.

oc 2.1.0.1 Pav 2

http://test.swisslink.com

I think.. I have a 3rd party extension that is messing up the background of the drop down menu, I have contacted extension owner.

Might just be easier if I could find the css for themeburn and set it within burn engine.

See Vid, the green background color on hover is coming from somewhere else….

http://screencast.com/t/ot6AHgg1hH7

What are css setting to control the background on hover, I have spent hours trying to figure it out.

thanks in advance.

  • This reply was modified 2874 days ago by  bigmoon.
June 15, 2016 at 11:16 am #48751

Note: problem was caused by unilateral css setting from extension: “Viethemes – Custom CSS”

solved issue – close ticket

Just in case anyone else wants the css…

/* Begin Dropdown menu alterations */
.dropdown-menu .h4:not(:hover), .dropdown-menu a.h4:not(:hover) {
font-weight: bold;
color: #b39964 !important;
}

.dropdown-menu .h4:hover, .dropdown-menu a.h4:hover {
font-weight: bold;
color: #b39964 !important;
font-size: larger;
}

.dropdown-menu li > a:hover{
background-color: #fff !important;
background-image: none !important;
font-weight: bold !important;
}
/* End Dropdown menu alterations */

  • This reply was modified 2874 days ago by  bigmoon.
June 15, 2016 at 1:06 pm #48768

Hi,

The code that you need to remove the background would be this one:

.dropdown-menu li > a:hover {
  background: none transparent !important;
}

BR,
ThemeBurn team

June 15, 2016 at 1:15 pm #48770
Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.