Home Forums WoodMart support forum Problem Mobile bottom navbar

Problem Mobile bottom navbar

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #304332

    Biishop
    Participant

    Dear admin

    i want to change color for buttons and text on mobile interface. How i do it?

    Thank you !

    Attachments:
    You must be logged in to view attached files.
    #304355

    Hello,

    Please provide your site URL I will provide custom CSS.

    Best Regards

    #304364

    Biishop
    Participant

    Dear admin

    I sent my website information.

    Thank you !

    #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

    #304461

    Biishop
    Participant

    Dear admin

    Thank you. I have change color

    I was able to change the font color to my liking.If Possible Can You Give Me The Code If It Is Possible Can You Give Me The Code To Change The Background Color Mobile bottom navbar !

    Thank you !

    Attachments:
    You must be logged in to view attached files.
    #304533

    Hello,

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

    body .wd-toolbar {
        background-color: yellow;
    }

    Best Regards

    #304567

    Biishop
    Participant

    Dear admin

    Every done !. Close topic

    Thank you so much !

    #304694

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

Viewing 8 posts - 1 through 8 (of 8 total)