Smart List 7

Posted in: Newspaper
Post count: 131

When I use the smart list 7 heading fonts on mobile view turn normal instead of showing bold… How can I fix it?

Post count: 131

Hi again!

One more question..

How can I change the color of next and back button?

View post on imgur.com

Thanks!

Post count: 22421

Hello,
You can use this css for both your requests.You can change the color in the code to the one you prefer.

@media (max-width: 767px){
.td_smart_list_7 .td-sml-current-item-title {
font-weight: 600!important;
}
}
.td-smart-list-button{
background-color:red!important;
}

I hope this helps.
Thank you!

Viewing 3 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic.