- Posts: 129
- Thank you received: 0
Is it possible to add a border around images in SPB?
-
paul1
Active member -
Topic Author
- Member
-
Less
More
2 months 1 week ago #51875
by paul1
Is it possible to add a border around images in SPB? was created by paul1
Hi Milos
Is it possible to add a border around images in SPB?
Paul
Is it possible to add a border around images in SPB?
Paul
Please Log in to join the conversation.
-
milos
Support Staff -
- Moderator
-
Less
More
- Posts: 6836
- Thank you received: 724
2 months 1 week ago #51876
by milos
Replied by milos on topic Is it possible to add a border around images in SPB?
Hello,
It's not possible to add a border directly in the image block settings. However, you can add a class to the image, for example "bordered" and then in the custom.css file add your border, for example:
Regards,
Milos
It's not possible to add a border directly in the image block settings. However, you can add a class to the image, for example "bordered" and then in the custom.css file add your border, for example:
Code:
img.bordered {
border: 1px solid #000000;
}
Regards,
Milos
Please Log in to join the conversation.
Time to create page: 0.136 seconds