Spring Offer Is To Get WP Bundle of 65+ Themes At 15% Discount " TPRIDE15 "   
Get Premium WordPress Themes At 20% Off "GETPRO20"

Car Wash Services Pro – Testimonials

HOME Forums Support Car Wash Services Pro – Testimonials

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #9807
    Wesley Dalton
    Participant

    Hi,

    I’ve added in 6 testimonials which cycle through. How do I get them to slow down? three seconds is too long.

    Also, how do I get the Social Icons removed and make it so the name is no longer clickable.

    Home

    #9825
    support
    Participant

    try adding the below code at Appearance -> Customize > Additional CSS

    .testimonial-socialbox {
    display: none;
    }
    .testimonial_name a {
    pointer-events: none;
    }

    #9836
    Wesley Dalton
    Participant

    That worked! thank you!

    but there is still a hover over effect. How do I remove that?

    Home

    #9850
    support
    Participant

    Try this

    .testimonial-box:hover .testimonial_name a {
    color: #263787 !important;
    }

    • This reply was modified 5 months, 1 week ago by support.
    #9858
    Wesley Dalton
    Participant

    Thank you, that worked for the name, but the Google Review words still have the hover.

    Also, there is still that image icon to the top left of the name that needs to go away. thanks for all your help so far!

    Home

    #9864
    support
    Participant

    Try this

    .testimonial-box:hover p {
    color: inherit;
    }
    .testi-data .col-lg-3.col-md-5 {
    display: none;
    }

    #9871
    Wesley Dalton
    Participant

    that worked! thank you.

    #9877
    support
    Participant

    Pleasure.

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.
Translate ยป