Can I remove quotation marks from testimonials section?

Is it possible to delete the quotation marks in the testimonials section?

1 Like

Please share site URL

@Grounder

Sorry for facing this issue, it’s my pleasure to help us.

Welcome to the Shopify community!
and Thanks for your Good question. :blush:

Please share your site URL,
So I will check and provide a solution here.

I don’t know if it locked or not i am still on the 14 day, https://the-grounding-station.myshopify.com/ I am trying use this section for something other then testimonials.

It’s password protected at the moment. You can find the password at Online Store > Preferences > Password Protection – let us know the password and we can check it out for you.

Hi @Grounder

Can you please share your storefront password?

So, we can check the issue for you.

Thanks!

?

Hi @Grounder

Just logging to your admin panel > Online Store > Theme > Edit code > assets/theme.css

Paste below code at the bottom of the file so, quote icon will be removed.

.quotes-slider__text span.quote-icon {
    display: none;
}

Please do let me know if I can help you with your any other questions.

Thanks!

1 Like

OK, Got it, thank you very much.