Chaning color of Next & Prev button in category block

Posted in: Newspaper
Post count: 5

How to change color of Next & Prev button in homepage category block?

Post count: 22421

Hello,

The next and prev block buttons can be changed using a css code. Try this code in your custom css spot in the theme panel custom code section:

.td-next-prev-wrap a{
border: 1px solid #ff0000;
color: #ff0000;
}

The hover color however is affected by the block title background color. It affects the hover colors fro the entire block.

Thank you!

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