Shopify themes, liquid, logos, and UX
Hi,
I would like to remove the header and footer section from a page in my Broadcast 2.0 theme to create a landing page with navigation removed. I am having trouble with the code in doing this. Any help would be appreciated. Thank you.
Solved! Go to the solution
This is an accepted solution.
sorry but your have add code wrong file please add this file code please check above my code and guide line
1. Go to Online Store->Theme->Edit code
2. Asset->/theme.css ->paste below code at the bottom of the file
Sorry you are facing this issue, it would be my pleasure to help you.
Welcome to the Shopify community!😊
Thanks for your good question.
Please share your site URL,
I will check out the issue and provide you a solution here.
thanks for url can you please try this code
1. Go to Online Store->Theme->Edit code
2. Asset->/theme.css ->paste below code at the bottom of the file.
#dealer-support #shopify-section-header, #dealer-support #shopify-section-footer {
display: none;
}
just add css code no more please check your section code also show me error
Hi,
I don't know what you mean: just add css code no more please check your section code
This is an accepted solution.
sorry but your have add code wrong file please add this file code please check above my code and guide line
1. Go to Online Store->Theme->Edit code
2. Asset->/theme.css ->paste below code at the bottom of the file
I got it! Thank you so much!
its my pleasure to help us
Where is the below code? I have tried adding
#dealer-support #shopify-section-header, #dealer-support #shopify-section-footer {
display: none;
}
to theme.css with no results.
Display none is not a very good way of removing the header and footer. A better approach would be to create a custom layout template in the theme and remove those sections from the template and then update the layout in the page template JSON schema (https://shopify.dev/themes/architecture/templates/json-templates).
Starting a B2B store is a big undertaking that requires careful planning and execution. W...
By JasonH Sep 23, 2024By investing 30 minutes of your time, you can unlock the potential for increased sales,...
By Jacqui Sep 11, 2024We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024