This topic has 5 replies, 3 voices, and was last updated 3 months, 3 weeks ago ago by Andrew Mitchell
Site logo it is white, but mobile menu it is white, then I need to change the logo image in the menu. How can I do that with css, because I don’t have any option to put a different image in the menu items?
Thanks
Hello, Duarte,
Thank you for reaching out to us with your query.
Here is a simple CSS snippet that you can use to change the logo image for the mobile:
@media (max-width: 992px) {
.elementor-widget-theme-etheme_site-logo img {
content: url('path-to-your-new-logo-image');
}
}
, change path-to-your-new-logo-image to URL of the desired image.
You can add this CSS to your website by navigating to Theme Options > Theme custom CSS > Global.
Best Regards,
8Theme’s Team
Thank you, but that’s not it. I’m not talking about the website logo, I’m talking about the mobile menu logo, as image shot.jpg. It is possible to change?
I know the easy way is to change the menu background, but I need it white…
Hello, Duarte,
We appreciate your prompt response.
@media (max-width: 992px) {
.etheme-elementor-mobile-menu-logo img {
content: url('path-to-your-new-logo-image');
}
}
Best Regards,
8Theme’s Team
Dear Duarte,
In the spirit of gratitude, we want to express our appreciation for your trust in our products. As a valued customer, your experience matters greatly. Would you consider sharing it by giving our theme a deserving 5-star rating on ThemeForest?
Click here to share your thoughts: https://themeforest.net/downloads
Being part of our community means a lot, and your feedback contributes immensely.
Best Regards,
The 8Theme Team
The issue related to '‘How can I change the site logo in mobile menu (done with heather builder)’' has been successfully resolved, and the topic is now closed for further responses