Hide price from Featured Collection section only on PRESTIGE theme

Does anyone have a way to HIDE the price from appearing on the Featured Collection section on the Prestige theme? In the settings for this particular section, you can only select “show product info” (which includes everything including price) or vendor info - but thats it. I would like to keep all info EXCEPT for price on this one specific section block only.

Thanks for any help out there from the community.

@CXH ,

#block-featured-collection-0 span.ProductItem__Price.Price.Text--subdued {
    display: none;
}

Add this css at the bottom of Online Store->Theme->Edit code->Assets->theme.scss.liquid

Hi there.

Thanks for replying to this post and for your help, I greatly appreciate it.

Unfortunately, that does not work. A few things…

You mention inserting code at Online Store->Theme->Edit code->Assets->theme.scss.liquid however, that option does not exist on the Prestige theme (2.0 store) under Assets. I assume you are referring to the theme.css file, but please clarify if you meant something else? I added your code to the theme.css file, and it did not work.

See screenshot of the Assets file options for Prestige theme (2.0 store):

Thanks!

@CXH ,

SHARE YOUR STORE URL