Home page Hover color change

Posted in: Newspaper
Post count: 55

Hi,

1) I am not able to change the color of Bigslider Hover color of title text

This is the code i am using, it not working . Need help

.td-sbig-title-wrap .td-sbig-title:hover .td-sbig-title-wrap a:hover {
text-decoration: none !important;
color:#13687C;
}

2) Also i am trying to change the font weight of the Home page Block for Module 9
Setting: – > http://www.screencast.com/t/SKw96wLM
Result: – > http://www.screencast.com/t/Mrl9tkzki
Want to change the font weight to bold, not changing.

Thanks
Bharath

Post count: 7909

Hi,

Please try this custom css in Theme Panel > Custom Css: http://screencast.com/t/smcdWG9Z

.td-big-grid-post-0 .td-sbig-title-wrap .td-sbig-title:hover, .td-sbig-title-wrap a:hover {
color: #13687C !important;
text-decoration: none !important;
}

Thanks!

Post count: 55

Hi,

2) Also i am trying to change the font weight of the Home page Block for Module 9
Setting: – > http://www.screencast.com/t/SKw96wLM
Result: – > http://www.screencast.com/t/Mrl9tkzki
Latest Story Article title to “BOLD”, its not getting changed

Thanks Bharath

Post count: 7909

Hi,

It seems that this is not apply on module 9. All option from Custom Typography will be changed in version 5 of Newspaper, so please use this custom css till this will be fixed: http://screencast.com/t/nLUgvkqXBaA

.td_block6 .td_mod9 .entry-title a{
font-weight: bold;
}

Thanks!

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