Article title

Posted in: Newspaper
Post count: 22

Hello friends,

I need your help to solve my problem with article title in article list page. I want to make it black color, CSS code I’ve edited works good but when I mousover the excerpt or image of the article title turns into white color.

Link to my page: http://hsgrp.sk/blog.

Cursor over title
Cursor over other stuff

Thank you guys.

Post count: 7909

Hi,

You have this issue because you have set the Theme Accent color to white and this color is used as hover color for articles titles on modules. You can change the theme accent color from Theme Panel > Theme Colors – http://screencast.com/t/i1RbL2eMIJ If you really need accent color as white you can try this custom css in Theme Panel > Custom Css to change the hover color – http://screencast.com/t/XGwqEOHFHsq

.td_module_wrap:hover .entry-title a {
color: #222222 !important;
}

Thanks!

Post count: 22

Thank you Alin.

I tried to change the exact code you wrote but the mistake was hidden in the color code. When I coppied yours and change it into color: #000!important it didn’t work, but when I let it like you’ve written, it works!

Thank you again.

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