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
Can You Please Share your Store URL? i WIll check and Provide a Proper Solution
Hi, @Alex087 .
Please Share Your store URL and password.
Hi, @Alex087 .
Follow These Steps.
Goto Online store > Assets > Edit code > find Base.css File and paste the code mentioned below.
p.product__text.caption-with-letter-spacing {
display: none;
}
Result:
If I managed to help you then, don’t forget to Like it and Mark it as Solution!