Removing Powered by Yotpo from PDP

trichmond
Visitor
1 0 1

We are launching a new store later today and I cannot figure out how to remove the "Powered by Yotpo" flag on our product pages. We are using the Turbo theme. Does anyone know how to do this? I tried following the same steps that I've seen on how to remove Powered by Shopify but unfortunately, that did not get me very far.

Thanks in advance! 

Replies 6 (6)

davidjllo
Visitor
2 0 4

Hey brother, pretty simple.

edit the code of your theme, in styles.css.liquid just add the following line:

 

.yotpo-logo-title, .yotpo-icon-yotpo-logo   {
 display : none !important; 
}
raste
Visitor
1 0 0

I can't seem to find a styles.css.liquid in the code, do you mean theme.liquid in the layout section? Where do I add it in that section?

 

Thanks in advance for your help.

davidjllo
Visitor
2 0 4

The styles.css tab is in the asset section.

EG1264
Excursionist
19 0 10

Hi. I used your provided code and it worked. However I now have no padding/space in between my product recommendations and the reviews. So your code removed the "Powered by Yotpo" but it didn't replace it with a space. Thoughts? Thanks!

JT0703
Visitor
1 0 0

i am using venture theme and i do not see any styles.scss.liquid in any folder. 

RoseJannuzzi
Shopify Partner
14 0 9

Hello, Do you know how to remove in 2.0 theme?

Thank you,

RJ