-
-
Hello,
I’d like to have a thin border around some of my rows (example: https://i.imgur.com/RhUtv7Y.png). I only want the border around some rows – is there a way for me to do this?
If I need to use CSS, can you please give me an example of what I’d need to write? (I know border-top: 5px #000000 !important; or whatever I need, I just don’t know how to specify which row.
Thanks!
-
-
Hello,
You could add a custom css class to the row settings and add the css code for that class into the page’s custom css box.
Or activate (check the box) the “Active Borders” options in the row settings(screenshot). It will add a gray border in top and bottom for each row.
Let us know if you need further help.Best regards!
-
I tried using the Active Borders option, but nothing seemed to change. (Both with and without active borders selected: https://imgur.com/a/PyfaT)
Do I use row id or extra class name for the css class? And if I name it “example1” how would I add a border to the top and bottom in the css?
Sorry!
Thanks for the help!
-
Hello,
Add extra class name for the css class. For your example it will be:
.example1 { border: 1px solid #272726;}
Edit the width (in pixel) and color to your wish.
We’ll double check the active borders option.Best regards!
-
-
You must be logged in to reply to this topic.