I created an animated GIF for my logo. I’m using the Dawn theme, and it allows me to put it as my logo, but it still has the square border around it. I’ve entered code (which I thought would do the trick), but it didn’t work. The code I entered is:
.site-header__logo {
border: none !important; /* Removes border /
background: transparent !important; / Ensures background is transparent */
}
.site-header__logo img {
display: block; /* Prevents any inline spacing /
margin: 0; / Removes any margin /
padding: 0; / Removes any padding /
outline: none; / Removes any outline */
When I try to export the GIF with a transparent background, it gives me issues with the background animation.
Is there a way to get around this to remove the border?
For reference, my site is: https://www.avycoffee.com
Thank you all in advance!