Hi, and thanks for your time.
Theme used : Craft.
Website : thedudworkshop.com
I have been planning to put my portfolio on my website, but I have been struggling with the layout. I have a specific idea in mind for the looks of the page, which I can achieve with the Shopify editor, but I have a problem : my header and footer do not fit the aesthetic of the page, but I can’t hide them without also hiding them everywhere else on my website.
The problem is the same for my announcement bar, which I would like to change to have a different color than the one on the main page and a different text, or if that’s not possible, hide altogether as well.
I have tried several solutions found on this forum, such as this kind of addition to the layout\theme.liquid section :
{% if page.id == 134914736465 %}
<style>
#shopify-section-announcement-bar,
#shopify-section-header,
#shopify-section-footer {
display: none !important;
}
</style>
{% endif %}
but nothing has worked.
I would appreciate your help !
Axel
How it looks :
(footer not shown for screenshot reasons, but it’s there)
What I want it to look like :


