Button Colors for Smart List 6

Posted in: Newspaper
Post count: 1

Hi,

how can we modify the color for the NEXT / PREVIOUS buttons in Articles with Smart List 6 template?

thanks

Post count: 23312

Hello freeword,

Please try the code below and place it in Theme panel->Custom CSS area.

The code is ->

.td_smart_list_6 .td-smart-list-button {
background-color: red;
color: black;
}
.td_smart_list_6 .td-smart-list-button:hover {
text-decoration: none!important;
background-color: green;
}

The result -> http://screencast.com/t/9iBPa8an

Thanks.

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