How to edit the purple hover color on images in La Mode-demo?

Posted in: Newspaper
Post count: 1

Hi support,
I am working with the La Mode-demo but I can’t figure how to change the purple color when hovering images? Can you please give me a clue?
I try to change it via >theme panel>THEME ACCENT COLOR but nothing change
Thanks

Post count: 35449

Hi,

That effect is set by using a class in the theme body -> https://i.imgur.com/eX5F0uI.png
If you do not like that color, you can remove the extra class from flex blocks -> https://i.imgur.com/gfsHWKP.jpg or the class from theme panel -> https://i.imgur.com/Umuw7q0.png after that set your own color effect on flex blocks -> https://i.imgur.com/isPN1A6.png you can check more in our article from here -> https://tagdiv.com/blending-modes-newspaper-theme/

Also if you want you can use a custom css for all flex blocks that have the .td-background-blend class and change it like this -> https://i.imgur.com/iKRNU56.jpg
.td-fashion-pro .td-background-blend .td_module_wrap:hover .entry-thumb {
background-color: #d11a1a6b;
}

The color need to be transparent/opacity -> https://i.imgur.com/R4WsokU.png
The code need to be set in theme panel> custom code > custom css.

Hope this will help you!
Have a nice weekend!

Post count: 22

Hi @Calin,

This was very helpful; however, how do I change the highlight color on the text? As you can see the image is now being highlighted in White, but the text is still purple.

https://ibb.co/HFCcwrf

Post count: 27744

Hello @remsta,

You can change the color of the underline from the tab called “Style” -> Hover underline color => https://www.screencast.com/t/SdO07KoQWe0o

Hope this helps you!

Thank you!

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