Border for Testimonial text - Prestige Theme

Need a solution how to add border a round testimonial text for prestige theme .

Thank you in advance.

@Kristapsberzin ,

Can you share the store URL.

www.artepastry.com

@Kristapsberzin ,

You can change the color to any other you like.

.Testimonial__Content p {
border: 1px solid red !important;
padding: 26px;
}

Add this css at the bottom of Online Store->Theme->Edit code->Assets->theme.scss.liquid

Thank you worked perfectly. :slightly_smiling_face: