Shopify themes, liquid, logos, and UX
Hi everyone I would be grateful to get your help guys I'm new in this platform and I dont have so much knowledge with the coding
I want to delete the section contact us from the theme using the coding program because I couldnt delete it from the settings and thank you
Solved! Go to the solution
This is an accepted solution.
Hi!
Please go to Admin pannel --> Themes --> Edit code --> Find file called 'theme.scss' --> Add this code to the very bottom of the file
.row.justify-content-end {
display: none;
}
If you face any further issues, please PM me
This is an accepted solution.
Please add the following code at the bottom of your assets/theme.css OR assets/theme.scss.liquid file.
.justify-content-end {display: none;}
Hope this helps.
Thanks!
This is an accepted solution.
Hi @alavene, that code is going to break your website because the selector is referring to the sizing of the container rather than the container itself. Remove the previous code and use this code to remove contact form:
.block_contactform {
display:none;
}
Please share webshop URL
Thanks!
This is an accepted solution.
Please add the following code at the bottom of your assets/theme.css OR assets/theme.scss.liquid file.
.justify-content-end {display: none;}
Hope this helps.
Thanks!
when i type the code the section contact us is hidden but also the header section is hidden. how can I fix that ?
This is an accepted solution.
Hi!
Please go to Admin pannel --> Themes --> Edit code --> Find file called 'theme.scss' --> Add this code to the very bottom of the file
.row.justify-content-end {
display: none;
}
If you face any further issues, please PM me
thank you so much your great it helps me!!
when I type the code the section "contact us" is hidden but also the header section is hidden ? how can I make the header section shows again ?
@Morek Hi Sorry for disturbing you I get an Issue due to the code I wrote on the theme.liquid.cssc it seems like the header menu is hidden also. by the way I am interested only on hidding the contact us section thank you
This is an accepted solution.
Hi @alavene, that code is going to break your website because the selector is referring to the sizing of the container rather than the container itself. Remove the previous code and use this code to remove contact form:
.block_contactform {
display:none;
}
@g33kgirl thank you so much it works very well. you save my life
Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024