Hi! I really like how Builderius works. I’m creating a blog index template and it works great, but I got stuck on the pagination. How can I edit it to match my design style? Thanks in advance for your help!
We have prepared the classes and selectors needed for styling elements of the pagination. You can find them like this. Assuming you have added your pagination element to canvas (anywhere it does not matter).
Select the pagination in canvas, and see the class “pagination” added to it’s wrapper element
Go to selectors panel and search “pag” string, this will return the elements inside the wrapper
If you go to CSS variables, ans search for “pag”, you will find a border radius for pagination items
These items allow you to select any of the elements inside and apply any styles to them.
If you want to understand the structure of this element better (or if you are not using our CSS framework), you can:
Select the pagination element in the canvas
in the content area hover over the dynamic dat tag → right click → Escape
Now you see all the html that makes the pagination, feel free to explore all the elements, the classes and attributes to better understand what you are working with