I’m trying to remove page titles and suggestions from other posts aren’t working for me. My shop is: https://alohalovelyshop.com/
thanks!
I’m trying to remove page titles and suggestions from other posts aren’t working for me. My shop is: https://alohalovelyshop.com/
thanks!
Please share the store URL.
h1.collection-hero__title {
display: none;
}
Add this css at the bottom of Online Store->Theme->Edit code->Assets->base.scss.liquid
Thank you!! That worked for some of the pages, is there any way to get the title off these pages as well? Specifically, the ones linked below.
h1.main-page-title.page-title.h0 {
display: none;
}
Add this css at the bottom of Online Store->Theme->Edit code->Assets->base.scss.liquid
Yes!! Thank you so much, it worked!
Your most welcome.