x

How do I remove the price value under Product Name

How do I remove the price value under Product Name. I hope it can as it is totally unnecessary!! 

Thanks in advance

968 Views
Message 1 of 8
Report
7 REPLIES 7
Square

The easiest way is with some CSS overrides. Can you provide a link to a page which shows the price, @girlinhershed?

960 Views
Message 9 of 8
Report

Hi Adam,
 
 
Thank you so much
 
Annie
945 Views
Message 9 of 8
Report
Square

Add this to Settings > SEO > Header Code and it should hide that on the live site for you:

<style>
	.wsite-com-product-price-container
	{
		display: none !important;
	}
</style>
943 Views
Message 9 of 8
Report

Worked a treat, thanks a lot Smiley Happy

932 Views
Message 9 of 8
Report
Square

Awesome! Glad to hear that. Smiley Happy

930 Views
Message 9 of 8
Report

Adam
I already have something in the Header area. Is this an addition to what is in there or do I delete everything else in there and this would be the only thing in there?
813 Views
Message 9 of 8
Report
Square

You can have multiple overrides in the header area as long as you have your proper open and close tags. What do you currently have pasted in there and can you post a link to your site? 

812 Views
Message 9 of 8
Report
This thread has been archived and locked. Please start a new thread if you would like to continue the conversation.