• Resolved jovdmolen

    (@jovdmolen)


    Hi there, love your testimonial customer feedback plugin, exactly what I need. Just wonder if there’s a way to change the colour of the quotation marks (template 3) from blue to green or grey, it sort of clashes with my colour scheme of pale earths and greens

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

Viewing 1 replies (of 1 total)
  • Plugin Author A WP Life

    (@awordpresslife)

    Hi, jovdmolen

    we have updated the plugin, so, Download the latest version of plugin 1.0.3.

    and use custom CSS setting option and paste the below CSS code to change the color quotation

    
    .description:before {
      color: #d80a5e !important;
    }
    .description:after {
      color: #d80a5e !important;
    }
    

    let me know is there any problem.

Viewing 1 replies (of 1 total)
  • The topic ‘Testimonial Quotation marks’ is closed to new replies.