customize dawn theme - remove icons

Solved

customize dawn theme - remove icons

keithc123
Tourist
8 0 1

Hi, I am using the dawn theme, and just wanted to turn off the eyeglass, account and shopping cart icons in the upper right hand corner of the page.  I also would not mind removing the "powered by Shopify" copy in the footer.  Can anyone tell me how to edit the theme file?  Thanks

 

turn off.jpg

Accepted Solution (1)

BSSCommerce-B2B
Shopify Partner
1972 564 568

This is an accepted solution.

Hi @keithc123,

I hope you are doing well.

You can hide those content by following instruction

 

Step 1: Online store > Themes > Three-dot button > Edit code

Step 2: Search and Open "theme.liquid" file

Step 3: Add these codes right after <head> like this picture

BSSCommerceB2B_0-1723997059199.png

 

<style>
    svg.modal__toggle-open.icon.icon-search,
    details-modal.header__search,
    a#cart-icon-bubble,
    a.header__icon.header__icon--account.link.focus-inset.small-hide,
    .footer__copyright.caption {
        display: none!important;
    }
    </style>

 

I hope this is useful to you!!! 🤗

B2B Wholesale Solution: Streamline your B2B operation with advanced features like wholesale registration forms, custom pricing.


B2B Portal, Quote, Net 30: Speed up purchasing and streamline your quotation process with advanced features like quick order, request for quote.


B2B Lock Password Protect: Easily control access to pages, products, and pricing with robust features.


BSS Commerce - Full-service eCommerce Agency I Use Shopify for 1$ in the first month now

View solution in original post

Replies 11 (11)

Abdosamer
Shopify Partner
1040 188 225

Hi @keithc123 , can you share your store url?

Buy me a Coffee
Email : abdelrahamansamer71@gmail.com
Chat on WhatsApp
My work
Abdosamer
Shopify Partner
1040 188 225

@keithc123 , go to theme.liquid and add the following code to the end of it before </body> tag :

<style>
svg.modal__toggle-open.icon.icon-search {
    display: none;
}

a#cart-icon-bubble {
    display: none;
}

.footer__copyright.caption {
    display: none;
}
</style>
Buy me a Coffee
Email : abdelrahamansamer71@gmail.com
Chat on WhatsApp
My work
keithc123
Tourist
8 0 1

thanks, I was able to get the shopping bag to turn off, but not the rest?

added code.jpg

keithc123
Tourist
8 0 1

oh footer is turned off also, thanks

Abdosamer
Shopify Partner
1040 188 225

@keithc123 , can you share your store url to better fix this?

Buy me a Coffee
Email : abdelrahamansamer71@gmail.com
Chat on WhatsApp
My work
Abdosamer
Shopify Partner
1040 188 225

@Also, can you remove the first style here :

Abdosamer_0-1723994259100.png

 

Buy me a Coffee
Email : abdelrahamansamer71@gmail.com
Chat on WhatsApp
My work
keithc123
Tourist
8 0 1

Ok, thanks, I just need the last bit of code for the account icon.  I tried a couple of versions.

 

account.jpglast one.jpg

Thanks for your help, appretiate it

Abdosamer
Shopify Partner
1040 188 225

@keithc123 , please share your store url so I can help you with that?

Buy me a Coffee
Email : abdelrahamansamer71@gmail.com
Chat on WhatsApp
My work

BSSCommerce-B2B
Shopify Partner
1972 564 568

This is an accepted solution.

Hi @keithc123,

I hope you are doing well.

You can hide those content by following instruction

 

Step 1: Online store > Themes > Three-dot button > Edit code

Step 2: Search and Open "theme.liquid" file

Step 3: Add these codes right after <head> like this picture

BSSCommerceB2B_0-1723997059199.png

 

<style>
    svg.modal__toggle-open.icon.icon-search,
    details-modal.header__search,
    a#cart-icon-bubble,
    a.header__icon.header__icon--account.link.focus-inset.small-hide,
    .footer__copyright.caption {
        display: none!important;
    }
    </style>

 

I hope this is useful to you!!! 🤗

B2B Wholesale Solution: Streamline your B2B operation with advanced features like wholesale registration forms, custom pricing.


B2B Portal, Quote, Net 30: Speed up purchasing and streamline your quotation process with advanced features like quick order, request for quote.


B2B Lock Password Protect: Easily control access to pages, products, and pricing with robust features.


BSS Commerce - Full-service eCommerce Agency I Use Shopify for 1$ in the first month now

keithc123
Tourist
8 0 1

Thanks to you both for your help, this was terrefic

BSSCommerce-B2B
Shopify Partner
1972 564 568

Hi @keithc123 , 

We're happy to see that our suggestion helped you solve the issue, bro. 

Can you kindly give us some likes? This can be a reference for other merchants if they have an issue like you and greatly motivate us to contribute to our community.

Thanks in advance.

Have a nice day!! ^^

 

B2B Wholesale Solution: Streamline your B2B operation with advanced features like wholesale registration forms, custom pricing.


B2B Portal, Quote, Net 30: Speed up purchasing and streamline your quotation process with advanced features like quick order, request for quote.


B2B Lock Password Protect: Easily control access to pages, products, and pricing with robust features.


BSS Commerce - Full-service eCommerce Agency I Use Shopify for 1$ in the first month now