how do i get rid of this section divider
this is my store url
Hello Dear Admin,
.testimonials-section.testimonials-template–23143754924355__testimonials_xCFLaA.testimonials-section–with-divider.text-center.aos-init.aos-animate {
display: inline !important;
}
please apply with this part in the theme.css
Let me know if that not work for you.
Hi @ti71 ,
Go to Online Store, then Theme, and select Edit Code.
Search for base.css/theme.css/style.css/main.css/custom.css file Add the provided code at the end of the file.
.testimonials-section--with-divider {
border-top-color: #ffffff !important;
}