Pagination Next Button Color

Posted in: Newspaper
Post count: 5

Hi how do i change the pagination next button color? For example i want to change to red colour instead of the default black.

Post count: 23312

Hello joekeai,

Please provide your website URL so I can inspect it closer. Also, please provide more details about what kind of pagination you are referring to ->Block pagination, Latest Articles pagination?

Thanks.

Post count: 5

Hi Catalln,

I am trying to make the smart list 6 next and back button red colour how do i do it?
the website is http://dogipedia.net/top-10-most-intelligent-dog-breeds/

I also would like to know how to move the smart list 6 ad unit move to before the pagination button.
Please see screenshot here.

http://www.evernote.com/l/ARTt4SdKhLtFRavO98bjuJlu-nsS6m58k8A/

Post count: 23312

Hello joekeai,

If you want to change the color for your prev-next button, you will have to use a bit of CSS code. Try the code below and place it in Theme panel->Custom CSS area.

The code is ->

.td-smart-list-button {
background-color:red;
}

If you want to change the structure of smart list 6 you will have to do some changes through code, like this -> http://screencast.com/t/E5KWNKEy -> http://screencast.com/t/fWYegldwI19

Thanks for your understanding!

Post count: 5

thank you very much!

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