Home Forums WoodMart support forum Testimonial Problems Reply To: Testimonial Problems

#64483

Hello,

1. The title of the testimonial element does not have option to be aligned center, so you can use this CSS:

.slider-title{
    text-align: center;
}
.slider-title:before {
    content: " ";
    position: absolute;
    top: 100%;
    left: inherit;
    width: 40px;
    height: 2px;
    margin: 0 auto;
}

2. After I move mouse away slider keeps on rotating. You have set 5 sec, change to 2 to get convinced.

3. Testimonial stipulates a quote that is why this line appears it can be removed with custom CSS

4. What text do you want to change, specify I will provide CSS

Best Regards