What's your biggest current challenge? Have your say in Community Polls along the right column.

Can't edit section of theme, need some symbols gone

Solved

Can't edit section of theme, need some symbols gone

houseofhustlers
Tourist
12 0 2

Hello, I am trying to get rid of these 2 specific things from a section from my website, however the theme does not give me the option to remove them out. What code and where should I place it in order to remove these specific things? 

 

This is what i'm talking about 

Screenshot 2024-11-02 at 2.45.15 PM.png

 

I want to remove the "phone" and "mail" symbols out because on phone it leaves a big space like that

Screenshot 2024-11-02 at 2.45.41 PM.png

 

This is my website: https://househustlers.shop/

 

Any help would be very appreciated, thank you!

Accepted Solution (1)

Moeed
Shopify Partner
6346 1721 2079

This is an accepted solution.

Hey @houseofhustlers 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file

4) Add the following code in the bottom of the file above </body> tag

<style>
.contact-text {
    display: none !important;
}
</style>

RESULT:

Moeed_0-1730544776380.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Boost Your Sales with Affiliate Marketing - UpPromote: Affiliate & Referral


View solution in original post

Replies 6 (6)

Moeed
Shopify Partner
6346 1721 2079

This is an accepted solution.

Hey @houseofhustlers 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file

4) Add the following code in the bottom of the file above </body> tag

<style>
.contact-text {
    display: none !important;
}
</style>

RESULT:

Moeed_0-1730544776380.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Boost Your Sales with Affiliate Marketing - UpPromote: Affiliate & Referral


houseofhustlers
Tourist
12 0 2

Thank you!

Moeed
Shopify Partner
6346 1721 2079

Thank you for your reply. I'm glad to hear that the solution worked well for you. If you require any more help, please don't hesitate to reach out. If you find this information useful, a Like would be greatly appreciated.

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Boost Your Sales with Affiliate Marketing - UpPromote: Affiliate & Referral


Guleria
Shopify Partner
3692 741 1039

Hello @houseofhustlers ,

 

Add this code just before the </body> in theme.liquid file

<style>
.faq-sidebar .contact-block {
    display: none !important;
}
</style>

 

Thanks

- Drop an email   if you are looking for quick fix or any customization
- Email: guleriathakur43@gmail.com Skype: live:navrocks1
- Try GEMPAGES a great page builder

Rahul_dhiman
Shopify Partner
665 130 135

Hello @houseofhustlers 
Go to online store ----> themes ----> actions ----> edit code ----> assets ---->bootstrap.min.css
add this code at the end of the file and save.

.contact-text {
display: none;
}

result
48.png

If this was helpful, hit the like button and accept the solution.
Thanks

Was I helpful?

Buy me a coffee



Want to modify or custom changes or bug fix on store . Or Need help with your store? Or -Want Complete Storefront
Email me -rahul@prowebcoder.com - Skype: live:dhiman.639
Checkout Some Free Sections Here
Mobile:- +91 62390-46167

LizHoang
Shopify Partner
281 35 61

Hi @houseofhustlers 

 

You can follow the instruction below: 

 

1. Go to Shopify > Theme > customize > Custom CSS

 

2. Copy and paste the code to the section > Save 

 

.content-qa-banner .contact-text {
    display: none !important;
}
Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Check our Joy Rewards & Loyalty Program