How to change header search and cart icon color in ShopIsle

If you want to change header search and cart icon color then you need to install the plugin  Advanced CSS Editor and in Appearance -> Customize -> Advanced CSS Editor add the following code:

.navbar-cart .glyphicon-search:before {
    color: #fff;
}
.navbar-cart span.icon-basket {
    color: #fff;
}

You can change the color code to what color you want and it's suitable for your website.

In case of any query, feel free to contact our  support forum.

Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.

Still need help? Contact Us Contact Us