Need to remove the pink 'Cloud Store' box from my header

Solved

Need to remove the pink 'Cloud Store' box from my header

Dallaskj
Visitor
2 0 1

https://edevice.store/

 

The pink box in the header is really annoying, it is inactive and looks terrible. Please help!

Accepted Solution (1)

DaisyVo
Shopify Partner
2370 297 340

This is an accepted solution.

HI @Dallaskj ,

Your logo has pink background, it is not possible to delete this backgound. If you want to delete, you will need to delete the logo as well.

 

Here is the steps to delete the logo and the pink backgound:

Step 1: Shopify admin > Online store > Customize: https://prnt.sc/XQ6IDB99kUCd
Step 2: From the left menu > Theme settings > Open Custom CSS: https://prnt.sc/ypQ7nly2wv27
Step 3: Copy the code below and paste it there

 

Here is the code for step 3:

.header__heading-logo-wrapper {
    display: none !important;
}

Here is the result:

DaisyVo_0-1736215973628.png

 

Hope this can helps!

Best,

Daisy

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution

View solution in original post

Replies 4 (4)

Made4uo-Ribe
Shopify Partner
9567 2279 2828

Hi @Dallaskj 

Do you mean the box inside your logo? You need to edit the image and make it transparent.

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.

AnneLuo
Shopify Partner
1221 219 248

Hi, @Dallaskj 

Do you mean the logo image? If so, you can try this code by following these steps:
Step 1: Go to the online store ->Theme ->Edit Code.
Step 2: Find the theme.liquid file and add the following code before the </head> tag

.header__heading-logo-wrapper {
   display: none !important;
}

Result:

AnneLuo_0-1736211449859.png


Hopefully it will help you. If yes then Please don't forget hit Like and Mark it as solution!

If this is helpful, please Like and Accept the solution.
Want to modify or custom changes on store? Let me help.
- Feel free to Email Me   

Buy Me A Coffee

DaisyVo
Shopify Partner
2370 297 340

This is an accepted solution.

HI @Dallaskj ,

Your logo has pink background, it is not possible to delete this backgound. If you want to delete, you will need to delete the logo as well.

 

Here is the steps to delete the logo and the pink backgound:

Step 1: Shopify admin > Online store > Customize: https://prnt.sc/XQ6IDB99kUCd
Step 2: From the left menu > Theme settings > Open Custom CSS: https://prnt.sc/ypQ7nly2wv27
Step 3: Copy the code below and paste it there

 

Here is the code for step 3:

.header__heading-logo-wrapper {
    display: none !important;
}

Here is the result:

DaisyVo_0-1736215973628.png

 

Hope this can helps!

Best,

Daisy

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution
Dallaskj
Visitor
2 0 1

It appears that this answer will work!

However, I can't modify that section so there is likely a user rights issue. 

Update: yes it appears that I need to upgrade my plan for the access and rights to remove that particular logo. However nothing has sold yet so i'll live with it for now while I tweak it as needed.