Hi,
I’m using Dawn theme & I would like to edit the source code to remove my brand name above the product title of my product page.
Thanks for your help
Alex
Hi,
I’m using Dawn theme & I would like to edit the source code to remove my brand name above the product title of my product page.
Thanks for your help
Alex
Hi @Alex087
Would you mind to share your Store URL website? with password if its protected. Thanks!
HI Made4
Edit is to be done on my product page
Thanx!
Thank you, try this one.
#ProductInfo-template--16920898765078__main > p:nth-child(1) > font > font {
display: none;
}
Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!
Hi @Alex087 ,
This is Anthony from Beae Landing Page Builder, and I’m happy to assist you today.
While I acknowledge that this issue falls short of the desired outcome, I have an idea that I believe might be of help:
Best reagrds,
Anthony
This is not working
Thanx Anthony this is working, but the brand name appears during the charging of the page & then disappears… it’s not smooth
Try this one again. Replace the code.
#ProductInfo-template--16920898765078__main > p:nth-child(1) > font > font {
display: none !important;
}
And Save.
Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!
Sorry about that, you can add more this code below to theme.liquid
Thanx Made4 this is working but the brand name appears during the loading of the page…
The brand name still appears shortly while page loading, can’t we remove this section instead of hiding?
Thanx!
Okay try this other code then.
#ProductInfo-template--16920898765078__main > p:nth-child(1) > font > font {
visibility: hidden !important;
}
Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!
Yes, you can try another way below:
Step1: Go to Online Store → Themes → Customize
Step 2: On the top of the theme editor, click the dropdown button and select Products > Default products.
Step 3: Follow my screenshot below
Thanx Anthony ? ![]()