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 ?
@Michal17 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
User | RANK |
---|---|
71 | |
66 | |
65 | |
53 | |
48 |
We're excited to announce improvements to the threaded messaging experience in our communi...
By TyW May 31, 2023Thank you to everyone who participated in our AMA with Klaviyo. It was great to see so man...
By Jacqui May 30, 2023Photo by Marco Verch Sales channels on Shopify are various platforms where you can sell...
By Ollie May 25, 2023