Border

Hi,
how can I get a border around the slider an the post images?

Thanks,
Meike

Hello there,

I hope you are doing well today.

Could you please provide a link to your website so that I can inspect it?

Best Regards,
Support

Hi,

here is the link
https://kirstens-reiselounge.de/

Thank you
Meike

Hello there,

You can use the following CSS code to add a border by going to Appearance > Customize > Additional CSS and pasting it there.


/*Slider border*/
.top-section {
    border: 1px;
    border-color: red;
    border-style: solid;
}

/*Post image border*/
.single-featured {
    border: 1px;
    border-color: red;
    border-style: solid;
}

Best Regards,
Support