Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #265320
    Kristin Borden
    Participant

    Hi, how can I add an end quote to the testimonial section?

    #265370
    Skandha
    Participant

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

    #testimonial-content-section .section-content-wrapper .entry-content::after {
        content: "\201C";
        font-size: 100px;
        font-size: 6.25rem;
        font-weight: 700;
        font-family: 'Playfair Display', serif;
        position: absolute;
        top: -56px;
        left: 0;
        width: 100%;
        z-index: 1;
        transform: rotate(180deg);
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Add end quote on “testimonial”’ is closed to new replies.