Home Forums WoodMart support forum change background color mobile bottom navigation

change background color mobile bottom navigation

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #554781

    suat.gurkan
    Participant

    How can I show mobile bottom navigation background and text colors?

    #554905

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

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

    body .wd-toolbar {
    	background-color: rgba(121, 179, 138, 1);
    }
    
    body .wd-toolbar .wd-tools-element {
    	--wd-header-el-color: #e20909;
    }

    Best Regards.

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