How can I remove SKU from my product page?

So I have SKU displayed on my product page. You can navigate through my store and have a look yoursef, www.justalluring.com

Im using an external theme and it gives me no option to remove it… Can someone help please

Hello There,

  1. Go to Online Store->Theme->Edit code
  2. Asset->theme.scss.liquid->paste below code in the bottom of the file

p.product-sku {
display: none!important;
}

Hello,

I dont have theme.scss.liquid. However I do have theme.liquid under Layout & theme.js under Assets & it didnt work when I tried on that.

Can you assist further please?

Find scss and css file and copy and paste my code


I searched for it but it doesn’t come up with any results.

What do you suggest?

  1. Go to Online Store->Theme->Edit code
  2. Asset->timber.scss.css.liquid->paste below code in the bottom of the file

p.product-sku {
display: none!important;
}

Finally a solution that works, Thank you!

As your here, do you know how to change colour from radio buttons to a dropdown?

ok sure what’s your theme name

I appreciate the help!

Also my theme is called (skin Care version)

Shades - Bridal Studio - Prestashop Responsive Theme

from this website: https://themeforest.net/item/shades-bridal-studio-prestashop-responsive-theme/23811141

Hello There,

  1. Go to Online Store->Theme->Edit code
  2. Asset->timber.scss.css.liquid->paste below code in the bottom of the file

.selector-wrapper {
display: block!important;
}

.swatch.clearfix {
visibility: hidden!important;
}

It works! you are too good!

I do have one more problem if you can help on this last one?

I want to make the quality of my logos better using svg but im not sure how. Could you please help