sparkles2.png

Groups - Custom Pagination Boxes

 

This code allows you to do custom pagination boxes and offers some more flexibility over the design and colours.

 
 
 

See the effect in action

 
Screenshot 2021-07-09 at 10.02.34.png
 
 
 

How to use the Effect

Simply head to the 'edit CSS' section of Blocklab whilst you are on the product page, copy and paste the below code in, hit 'Save' and then go back to Blocklab and hit 'Publish' to apply the effect.

 

#shop .block #shopblocks-pagination .pagination li.btn-pagination-selected a {background-color: #000 !important; color: #fef200 !important;}
#shop .block #shopblocks-pagination :hover {background-color:
#000 !important; color: #fef200 !important;}
#shop #shopblocks-pagination .pagination li a {border-color:
black !important; color: #000 !important;}

(To set the background colour of the button, edit the Blue code)
(To set the text colour, edit the 
Red code)
(To set the border colour, edit the Green code)

This code is universal across all pagination boxes.