Viewing 3 reply threads
You must be logged in to reply to this topic.
hello, how do I change the color of the icons (cart and menu) in mobile version?
thank you so much
Hello,
You can do so using custom css.
@media (max-width: 991px){
.cl-mobile-menu-button span:nth-child(1) {
background-color: #ffff !important;
}
.extra_tools_wrapper .tool i {
color: #ffff !important;
}}
Best regards!
You’re welcome!
If you like our theme, please leave a rating on Themeforest. It’s important for us:
https://themeforest.net/downloads
Thank You!
You must be logged in to reply to this topic.