Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #273415
    Christian Rückert
    Participant

    Hello,

    How can the color of the image elements on the “Testimonial” section be adjusted?

    See here: https://www.beautyofsilence.ch/?lang=en#testimonial-section

    I’m referring to the design element above the title of the testimonial. It’s currently a white line and has a turquoise box in the middle of it. In particular the turquoise box needs a different color and it would be great to apply other designs to the white line too.

    Thanks for any insights.

    regards,
    Chris

    #273455
    Skandha
    Participant

    @chrisrueckert: Hello Chris,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    /* To change the color of Testimonial box */
    #testimonial-content-section .entry-content::after {
    	background-color: #f23456;
    }
    
    /* To change the color and style of white line in the Testimonial section */
    #testimonial-content-section .entry-content::before {
    	border: #000;
    	border-style: dashed;
    	border-bottom: unset;
    }

    You can change the color and border style according to your choice.
    Let me know if this works out!
    Kind Regards,
    Skandha

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Change Color in Testimonial Section’ is closed to new replies.