My banner is hiding prices, I need to lower it. Anyone know how?

Topic summary

  • A banner was added to the top of the primary collection page to hide the “there are no products in this collection” text. On sub-collection pages, this banner appears at the bottom, overlapping the last product row so prices are half cut off.

  • The poster asks how to add spacing above the banner only on sub-collection pages, or how to adjust CSS so only the “no products” message is hidden without affecting prices. They tried setting p { font-size: 0 !important; } which removes the message but also hides prices (likely because prices use the same selector). They consider targeting specific headings (e.g., h3 vs. h2) instead.

  • Multiple respondents request the store URL and password to inspect and provide an exact fix.

  • No solution yet; the thread is awaiting the store link for diagnosis. The attached screenshot is central to understanding the overlap issue.

Summarized with AI on January 13. AI used: gpt-5.

I had to include a banner at the top of my primary collection page to conceal “there are no products in this collection” text. The problem is when you click each sub-collection (I added a collection underneath) it shows the banner at the bottom of the collection page, by default. So the last row of products have half their price cut off:

Is it possible to add a space on the top of the banner “only” on that sub-collection page?

Otherwise, is it possible in the “custom CC” to change multiple elements under a single ruleset?

  • in this case that would mean assigning a 0 font-size to the h3 font (which I believe is the “there are no products in this collection” text) and then assigning a 32 font-size to the h2 (which I think is the price) or whatever the price font is.

You see, I can actually cut “there are no products in this collection” text, using the “custom CC” of that primary collection by this formula:

1 p {

2 font-size: 0 !important;

3 }

..but only at the expense of the prices in each collection disappearing.

Sorry about the long winded question but there’s no other way to explain it and it’s literally taken me hours trying to solve this. I didn’t think something so simple would require such a complicated solution!

1 Like

Hello There,
Please share your store URL and Password.
So that I will check and let you know the exact solution here.

Hey @Kinh

Could you please provide your Store URL and, if applicable, the Password too? Your cooperation is greatly appreciated!

Best Regards,
Moeed

Hi @Kinh

Please drop your store link so gurus can check and provide solution

Hi @Kinh ,
Can you kindly share your store link (with the password, if any) with us? We will check it and suggest you a solution if possible.