Need a solution how to add border a round testimonial text for prestige theme .
Thank you in advance.
Need a solution how to add border a round testimonial text for prestige theme .
Thank you in advance.
Can you share the store URL.
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. ![]()