Hello! I am trying to figure out how to add borders on several “image with text block” sections on my homepage. My theme is prestige and I’ve tried a few solutions that I found on here but nothing is working. Can someone please help me figure this out?
.ImageHero__ImageWrapper, .ImageHero__Image {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-size: cover;
background-position: center;
border: 10px solid red; // add this to the end and adjust the px number and color as desired
}