I have a few pages listed below that I want to replace the header with a image.
The page screenshots are listed below with a circle around the header that I want to replace with an image,
thank you.
The website is Priinttern.com
A user seeks to replace text headers with images on specific pages of their Priinttern.com store. They provided screenshots highlighting the headers they want to modify.
Proposed Solution:
<img> tag pointing to the desired image URLStatus:
The original poster acknowledged the solution as “probably the best,” suggesting the approach meets their needs. The discussion appears resolved with a straightforward, no-code implementation method.
I have a few pages listed below that I want to replace the header with a image.
The page screenshots are listed below with a circle around the header that I want to replace with an image,
thank you.
The website is Priinttern.com
Hello, BIZNAZZ101 here, a simple way to do this without coding knowledge would be to remove the headings altogether, then in a ‘custom liquid’ section add something like the following:
Then in the custom CSS settings of the section you can adjust the size using something like this:
img {width: 100%;
height: auto;}
I hope that helps, if you need any other assistance don’t hesitate to reach out!
Your solution is probably the best, thank you