After updating my Craft Theme to 10.0, a white space appeared on top of the header, and it doesn’t seem to be an option on the Online Store / Theme customization to fix the issue. Coudl someone guide/help me fixing this?
Hi @XILLI
This is Richard from PageFly - Shopify Page Builder App, I’d like to suggest this idea:
Online Store ->Theme ->Edit code
Assets ->Base.css
#shopify-section-header {
padding-top: 0 !important;
margin-top: 0 !important;
}
Hope you find my answer helpful!
Best regards,
Richard | PageFly
Hi Richard,
thanks for your prompt reply.
This is my first time trying to change the code directly myself, and I just want to make 100% sure, I get things right before changing anything.
After going to:
Online Store ->Theme ->Edit code
Assets ->Base.css
the only thing I could find was (please see below).
Would you be able to guide me thru the process?
to check exactly the problem send me the URL of this page. I will provide the code and you just need to paste it at the bottom of the base.css file
you just need to follow this guide after finding the Base.css file you just need to paste the code I provided below at the bottom of the Base.css file
route-protect-banner {
display: none !important;
}
