Viewing 7 reply threads
You must be logged in to reply to this topic.
For the life of me I cannot figure out where to make the tower theme header space to go away on the products pages. I have researched all day. Please help. See https://liznierzwicki.com/product/spiritual-warrior-fast/?preview_id=3269&preview_nonce=bf125e7c05&_thumbnail_id=3277&preview=true
Hello,
The link is sending to a draft product and i don’t have the right to access it. Can you please post the link of a publicated product? So we can check it out.
Best regards!
Hello,
Please add this code into your custom css:
.single-product .header_page.centered.no_parallax {
height: 50px !important;
}
.single-product .header_page.centered h1 {
line-height: 50px !important;
}
Result screenshot. Let us know.
Best regards!
YEA!!!! That worked! Is there a way to get the first page title to not show?
Thanks so much for your awesome help!!!
Christi
Hello,
Please edit out his code:
.single-product .header_page.centered.no_parallax {
height: 50px !important;
}
to this:
.single-product .header_page.centered.no_parallax {
display: none;
}
Let me know if it is what you needed.
Best regards!
You must be logged in to reply to this topic.