How can I eliminate the gray rectangle from my homepage logo?

Hello friends…

I would like to remove the gray rectangle at the right of the main logo (Enseñanza FOREX) at the home page. The mobile version also display it!

Please visit www.forexpoly.com

thank you in advance for any help

best regards

tony

1 Like

Hi @tonyvaloz ,

You can follow the instruction below:

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.css->paste below code at the bottom of the file:
.site-header__logo-image {
    background: transparent !important;
}

If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.

1 Like

@tonyvaloz , do this to fix it in 20 seconds:

  1. In your Shopify Admin go to: online store > themes > actions > edit code
  2. Find Asset > theme.css and paste this at the bottom of the file:
[id] .site-header__logo-image{
    background: transparent !important;
}

Kind regards,
Diego

1 Like

@tonyvaloz

sorry for that issue it is lazyloaded issue can you try this code

  1. Go to Online Store-> Theme->Edit code
  2. Asset->/theme.css ->paste the below code at the bottom of the file.
a.site-header__logo-image[data-image-loading-animation] {
    background: transparent !important;
    animation: none !important;
}
1 Like

Thank you!

Excellent !!!

1 Like

@tonyvaloz

Thanks for up its our pleasurer to help us