my problem is, when i click on highlighter module article url it's open different article..
it's show me first time right but then i click any headline link it's open one article again and again...
mod_highlighter_gk5 click on headline not working properly
stadtreporter Hi. Please try add this to css:
.gkHighlighterItem[style="display: block; opacity: 1; top: 0px;"] {
z-index: 10;
}
teitbite hi.. i try this but not working...see screen shot
stadtreporter Hi. It worked, but You haven't activated CSS Override in template's settings.
I've also changed the code a little adding extra selector to be sure all browsers will accept it.
.gkHighlighterItem[style="display:block;opacity:1;top:0px;"],
.gkHighlighterItem[style="display: block; opacity: 1; top: 0px;"] {
z-index: 10;
}
it's working now..
Thanks..
saguaros locked the discussion.