Big Slider Issue

Posted in: Newspaper
Post count: 55

Hi,

I am tring to remove the underline from title of the big slider and the small slider :http://www.screencast.com/t/q6lQWmPveWQ

I am not able to remove it. When i point on the first line of the title, the other lines show the underline.
http://www.screencast.com/t/q6lQWmPveWQ

mysite:http://bit.ly/1P3acOY

Thanks
Bharath

Post count: 7909

Hi,

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

.td-big-grid-post .td-big-grid-meta .td-sbig-title-wrap a:hover span {
text-decoration: none !important;
}

Thanks!

Post count: 55

Hi,

Underline has gone, can i have the same color on Hover in bigslider :http://www.screencast.com/t/QgjZQlL9E

Thanks
Bharath

Post count: 7909

Hi,

Please replace the above code with this one where it is included color: http://screencast.com/t/OwgE0W6cGa

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

Thanks!

Post count: 55

Thanks Works!! 🙂

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