How to change the hover color of the images in the homepage (demo Fashion)

Posted in: Newspaper
Post count: 3

Hi, we installed the template with the Fashion demo (you can check pbricherasio.com) but we cannot change the violet color that appears when you go on the images in the homepage. We can’t find it in the div composer.

In the same way, we can’t understand how to change colors and images that appears in the mobile version in the hamuburger menu and in search results.

Could you please help us to understand how to change them?

Thank you, best

Post count: 18283

Hi,

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.

Thank you!

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