How can I remove the size chart from my Eva-modern theme product page?

Topic summary

Goal: remove the Size Chart element from product pages in the Eva-modern Shopify theme (Themeforest).

Solution provided and confirmed:

  • Add custom CSS to hide the Size Chart UI:
    • Online Store > Theme > Edit code
    • Assets > rt-application.css
    • Append: .eva-size-chart { display: none !important; }
  • Original poster confirmed this removed the button successfully.

New, related request (unresolved in thread):

  • Another user wants to remove a Size Chart section that appears within the product description, after already hiding an image via code. They also ask how to exclude specific words/paragraphs from product descriptions. A shop preview link and screenshot were provided, but no working fix was posted in the captured discussion.

Notes:

  • The CSS snippet is central to the resolved fix (hiding the size chart button).
  • Images were used to highlight the Size Chart button and the remaining description content.

Status:

  • First issue resolved via CSS override.
  • Follow-up request about removing Size Chart content from the description and filtering specific text remains open without a posted solution.
Summarized with AI on December 30. AI used: gpt-5.

Hey guys,

I am looking for help with the following.

I am using the “Eva-modern” theme via Themeforest and being that we are selling “sauces”, I don’t need the “size chart” that displays on the product page.

I have attached and highlighted the “size chart” button that I need removed, if you guys could tell me a string of coding or anything I would be extremely grateful. I have tried everything to my knowledge.

Thank you!

You show url then we can try to help.

@dishdaddyflavor

yes please try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/rt-application.css ->paste below code at the bottom of the file.
.eva-size-chart {
    display: none !important;
}
1 Like

Man if I could give you a covid free hug I would! You’re awesome, thank you!

1 Like

@dishdaddyflavor

its my pleasure to help us

Hi, please assist me.

I need to remove size chart from product description.

I’ve already removed image from product description using code but size chart still remains there.

How to remove?

Sametime, how to exclude some specific words/paragraphs from product description?

Shoplink: https://e6b48f-05.myshopify.com/

Thanks in advance