Home Forums WoodMart support forum Customize testimonial colors

Customize testimonial colors

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

    Oriol Duarri
    Participant

    Hi, we’re creating testimonials but we want to change the colors of the testimonial block of the name and the title, how we can change it?

    We attach screenshot below, thanks

    Attachments:
    You must be logged in to view attached files.
    #32246

    Artem Temos
    Keymaster

    Hi,

    You can use the following CSS snippet to change that colors

    div.testimonial .testimonial-content footer {
    	color: red;
    }
    
    div.testimonial .testimonial-content footer span {
    	color: green;
    }

    Regards

    #32253

    Oriol Duarri
    Participant

    Really thanks, working fine!
    Thank you aswell for the superfast reply

    #32262

    Artem Temos
    Keymaster

    You are welcome!

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

The topic ‘Customize testimonial colors’ is closed to new replies.