- This topic has 1 reply, 2 voices, and was last updated 2 weeks, 3 days ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Hi,
I need to center the name of the testimonial and hide the bullet on testimonial slide how can I do that?
Hi there,
Thanks for writing in!
In this case, please add the code below to your Dashboard > Appearances > Customize > Addition CSS:
.testimonials .quote-author h6 {
text-align: center;
display: block;
}
.testimonials .owl-controls {
display: none!important;
}
Hope this helps,
Danny