Hi,
I want to change my logo from white to black and when I do that there’s a white space around the logo (picture), can I change it for black without changing the whole page’s background? (just the space around the logo)
Anna
Hi,
I want to change my logo from white to black and when I do that there’s a white space around the logo (picture), can I change it for black without changing the whole page’s background? (just the space around the logo)
Anna
Hi Anna,
I hope you are well today and thank you for your question.
Could you please share me your site URL where it’s displaying so that i can help you to achieve it?
Kind Regards,
Movin
You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.
Admin Area -> Appearance -> Customize -> Activello Options -> Other -> Custom CSS
#page + .container {
background: #000;
max-width: 100%;
width: 100%;
}
Thank you! It works!
You are most welcome here