Home Forums WoodMart support forum Style on testimonial

Style on testimonial

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #116983

    EntreDosCom
    Participant

    Hi, where can I change the style of bullets and teh name of the author?

    I want to make it dark like the testimonial… http://prntscr.com/n7gxww

    You can see on teh homepage.

    Thanks

    #117068

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body .color-scheme-light .testimonial .testimonial-content footer {
        color:  #7f7f7f;
    }
    body .color-scheme-light .owl-dots .owl-dot.active span, .pagin-color-light .owl-dots .owl-dot.active span {
        border-color:  #7f7f7f;
        background-color:  #7f7f7f;
    }
    body .color-scheme-light .owl-dots .owl-dot:not(.active):hover span, body .pagin-color-light .owl-dots .owl-dot:not(.active):hover span {
        border-color:  #7f7f7f;
    }
    body .color-scheme-light .owl-dots .owl-dot:not(.active) span,
    body .pagin-color-light .owl-dots .owl-dot:not(.active):hover span {
        border-color:  #7f7f7f;
    }

    Best Regards

    #117242

    EntreDosCom
    Participant

    Works perfect Elise, thanks!!

    Best regards!

    #117308

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

Viewing 4 posts - 1 through 4 (of 4 total)