Unexpected color-change while hover on navigation arrows of “slide” element.

Posted in: Newspaper
Post count: 11

For your consideration: https://avispa.org/inicio_tagdiv_consultation/
(The slider element is the first one, at the top of the page)

Hi! We’ve got a problem with the colors from the Category Tag text/background colors of a Slide element. Everything works fine while the cursor is over the slide, the title, or the the category tags, but when it’s placed over the next/prev slide arrows, the color of the category tag text changes automatically to white. This is a problem because our background color for the hover property is yellow. We’ve implemented a quick solution for our main page by changing the hover category background color to black, so when the automatic change happens, no problem appears, but my client insists on the use of the yellow color for that element.
What could be happening? Is there a way to fix this with css or something similar?

Thanks a lot for your attention!

Post count: 35449

Hi,
Please try this custom css
body .td_block_slide:hover .td_module_slide .slide-meta-cat a {
color: #000000;
}

Set the code in the theme panel > custom code> custom css.
I hope it will help you!

Post count: 11

It worked just fine, thanks a lot!

Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newspaper’ is closed to new topics and replies.