This topic has 2 replies, 2 voices, and was last updated 1 years, 10 months ago ago by Tony Rodriguez
Hi,
I try to change the color in the menu and the mobile cart but I don’t see any change. I have deleted the history and I have seen from other topics what I can do differently. Can you help me?
Hello @Despoina,
We kindly ask you to copy and paste the following CSS code to XStore >> Theme Settings >> Theme Custom CSS >> Global CSS and then clear your browser cache:
.mobile-header-wrapper .et_b_header-cart.et_element-top-level > a svg {
color: #000 !important;
}
.mobile-header-wrapper .et_b_header-mobile-menu > span svg {
color: #000 !important;
}
The result should appear as shown in the following image: https://ibb.co/Tb9Yq5q
Best Regards,
8Theme’s Team
You must be logged in to reply to this topic.Log in/Sign up