- Posts: 135
- Thank you received: 0
Is it possible to add a border around images in SPB?
8 months 2 weeks 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.
8 months 2 weeks 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.314 seconds