• Resolved chrispl0

    (@chrispl0)


    Hi, the grey inverted commas are quite big and cover some of the review, how do I make them smaller or delete them altogether. Regards Chris

    • This topic was modified 2 years, 4 months ago by chrispl0.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • I see no one let you know how to make this change. A quick and easy way is to create a new selector in your child theme (assuming you have one) that alters the values. For example, in this image (see link), you can see I changed the font-size to 57px, and the top value to -34 and left value to -19px to pop it up and away a little.

    10.12.2022-14.24

    You can also use the customize feature to add a little extra CSS

    .testimonial_group .testimonial .rr_review_text .drop_cap {
        font-size: 57px !important;
        top: -34px !important;
        left: -19px !important;
    }

    Or you can use something like Snippets or WPCodeBox to inject your own CSS where needed.

Viewing 1 replies (of 1 total)
  • The topic ‘inverted commas’ is closed to new replies.