This topic has 2 replies, 2 voices, and was last updated 1 months, 4 weeks ago ago by Tony Rodriguez
Goodday, is it possible to change the background color of the mobile filter icon, since the white background does not stand out and it is not recoginzable for the customer. see screenshot.
Hello, @maybendeler,
Thank you for contacting us and for using XStore.
1. To modify the button colors, please insert the following custom CSS code in the designated section: Navigate to XStore > Theme Options > Theme Custom CSS > Global CSS.
@media only screen and (max-width: 768px) {
.elementor-1267 .elementor-element.elementor-element-42ad1411 .etheme-elementor-off-canvas__toggle .elementor-button {
color: #40a5ff !important;
background-color: #447e0c !important;
border-style: solid !important;
border-color: #E1E1E1 !important;
}
}
You can change the color in code as per your requirement.
We hope this information proves helpful to you. Should you have any more questions or require further assistance, please do not hesitate to contact us.
Best Regards,
The 8Theme Team
You must be logged in to reply to this topic.Log in/Sign up