Home Forums Pro Themes Clean Corporate Pro change color overlay on testimonials widget

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #81321
    Linda Erlam
    Participant

    Can you please tell me how to change the black overlay on the testimonals widget? And I need to change the text colors on the testimonals too, what are they ‘called’ in all the color lists?
    Thank you.

    #81397
    wensolutions
    Keymaster

    Hello @linda,

    The option to disable the black overlay on the testimonial section is available within the theme. For this, you need to go to the widget Clean Corporate: Testimonial. There you will find the option “Enable Background Overlay”. You just to enable/disable the option as per your requirement.

    Now to change the text color of the testimonial section add below given CSS by going to Admin Panel > Appearance > Customize > Additional CSS.

    .clean_corporate_widget_testimonial_slider .testimonial-excerpt {
        color: #a00;
    }

    Change the color code as per your requirement.

    Hope this helps.

    Regards!!

    #81398
    Linda Erlam
    Participant

    Thankyou. The color change is perfect for the excerpt but I also need to change the title and the author.
    Please.
    and Thank you.

    #81399
    Linda Erlam
    Participant

    The author being the title of the post.
    Sorry

    #81406
    wensolutions
    Keymaster

    Hello,

    Please once try adding below given CSS.

    .clean_corporate_widget_testimonial_slider .testimonial-wrapper > h4 {
        color: #a00;
    }

    Change the color code as per your requirement.

    Hope this helps.

    Regards!!

    #81407
    Linda Erlam
    Participant

    Thank you!

    I hope you have a lovely day in your beautiful country…

    #81410
    wensolutions
    Keymaster

    Hello linda,

    Glad to help you.

    let us know if you have any issues further.

    Thank you.

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