How to replace a header with an image on Priinttern.com?

Topic summary

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:

  • Remove existing headings entirely
  • Add a ‘custom liquid’ section with an <img> tag pointing to the desired image URL
  • Adjust image sizing through custom CSS settings (width: 100%, height: auto)

Status:
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.

Summarized with AI on November 15. AI used: claude-sonnet-4-5-20250929.

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