Home Forums WoodMart support forum Problem Mobile bottom navbar Reply To: Problem Mobile bottom navbar

#304400

Hello,

It is not possible to change the color of the image with CSS: https://gyazo.com/676643fa2db738b28d5f3146ed25fd5b

Please add this code to the Theme Settings > Custom CSS > Global to change the text:

body .wd-toolbar > div a {
    color:red;
}

Please set the color as per your needs.

You will need to change the color of the images by your own.

Best Regards