underline from titles

Posted in: Newspaper
Post count: 55

how to remove hover underlines from title???

Post count: 7909

Hi,

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

.td_mod_wrap .entry-title a:hover{
text-decoration: none !important;
}

Thanks!

Post count: 55

Thanks its working, I wanted to remove underline from the bigslide and the one next to it also, check this http://www.screencast.com/t/NZHU7ctj

Post count: 7909

Hi,

Try this custom css for Big Slide:

.td-sbig-title-wrap .td-sbig-title:hover, .td-sbig-title-wrap a:hover {
text-decoration: none !important;
}

Thanks!

Post count: 55

Thanks it worked

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