Add colored border

Add this code to the Custom CSS field on the Style tab of your widget’s settings:

.global-styles, 
[class*="PairSliderPicture__Container-sc"] {
border: 10px solid #4d4d4f;
}
5 Likes

Hi there, @CAT_Exteriors and welcome to the Community :waving_hand:

Thanks for sharing your code with us!

Your initial code added just a bottom border. I’ve slightly adjusted your code, and now it adds a border to the whole widget :slightly_smiling_face:

2 Likes