Normal slider ios-mobile fonts

Posted in: Newspaper
Post count: 4

Hello.
Normal slider: On desktop theme, i have 60px 30inline. the problem is that the same appear to ios & mobile theme!!! how i change the fonts & inline for ios & mobile???
thanks

Post count: 4
Post count: 6600

Hi,

You can do it via css, use this custom css in theme panel > custom css field: http://screencast.com/t/2GOiYuuh

@media screen and (max-width: 767px) {
.td_normal_slide .td-sbig-title-wrap .td-sbig-title {
font-size: 15px;
line-height: 10px;
}
}

Thanks

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