Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #315337
    bobchao
    Participant

    Hello, in the Testimonials section there is a big quotation mark ” … is there a way to remove this?

     

    #315360
    tikaram
    Keymaster

    @bobchao : Login to your WordPress admin section. Go to Appearance => Customize => Additional css and add the following css.

    #testimonial-content-section .hentry::before {
      content: unset;
    }

    Let me know if this helps you out.

    Regards,
    Tikaram

    #315504
    bobchao
    Participant

    It worked! Thank-you so much.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Remove quotation mark in Testimonials section’ is closed to new replies.