A:HOVER

Posted in: Newspaper
Post count: 82

HI,

I have a problem, i changed accent and every color on theme colors setting but some a:hover are still orange: https://natreningu.net

Where can i change it?

Post count: 20688

Hi,

That is a color defined in the demo’s custom design. Each demo contains custom design, like this color for the module tiles hover. You could remove the color in this case from here
https://www.screencast.com/t/EF4yXncQ
Removing it from the demo, the colors you set in the theme panel will apply, instead of the demo design.
Or maybe use a code like this to override the demo design
https://www.screencast.com/t/nRw3k9BWVBa
The code must be entered in Theme panel->Custom CSS, if you decide to use this method

.td-blog-fitness .td_module_wrap:hover .td-module-title a {
color: #7651a9!important;
}

Thanks

Post count: 82

Ok, but how can i find this for other demo?

Post count: 20688

Hi,

If you could specify what demo you are referring to and what would you like to change about it, I will point you in the right direction.
Each demo has custom design for theme various elements, the stylesheets can be seen in the theme folder where the demos are present
https://www.screencast.com/t/cotIVickLxn

Thanks

Post count: 82

erotic theme

Post count: 20688

Hi,

The modules article titles color is set through the theme accent color, I believe there is no customization for the coloring in that demo. Try changing the theme accent color and the module titles hover color will change accordingly.

Thanks

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