Adonis Pro .custom-logo
The logo I want to use for the site is bigger than the circular area provided. Can I remove the circular shape to allow the edges of my logo to not get cut off?
I thought that setting this might work, but it does not. What am I missing?
.custom-logo {
border: none;
overflow: visible;
}
Thanks!