How to Remove The Top "next" "back" buttons on mobile version smartlist

Posted in: Newspaper
Post count: 2

Hi

Im trying to remove the top pagination in mobile smart list without any success. Id addition, im tryint to change the color of the same buttons through theme panel, that too doesnt seems to be working. Where do i make mistake ?

p.s The theme is excellent !

Post count: 22421

Hi,

The mobile theme does not have such options so the smartlist buttons can only be targeted with css.
If you want to remove the top pagination, you have to remove this part of the code: http://screencast.com/t/phbhHDzu
In order to change the button colors, you can use this code:
@media(max-width:767px){
.td-smart-list-button{
background-color:red!important
}}

Add the code in the theme panel->custom css box.

Thank you!

Post count: 2

Great !! Thank you very much , it worked perfectly !

Great Service.

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