Home Forums WoodMart support forum Mobile Nav Bar color

Mobile Nav Bar color

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #362421

    amjad
    Participant

    Hi, There, could you please help to change the Mobile Bottom Nav Bar to the same as the header color in
    the attached screenshot?

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

    Bogdan Donovan
    Keymaster

    Hi,

    Try to add the following code snippet to the Custom CSS area in Theme Settings.

    body .wd-toolbar {
    	background-color: rgba(121, 179, 138, 1);
    }
    
    body .wd-toolbar .wd-tools-element {
    	--wd-header-el-color: #FFF;
    	--wd-header-el-color-hover: rgba(255,255,255,.6): 
    }
    
    body .wd-tools-element:hover > a {
    	color: rgba(255,255,255,.8);
    }

    Custom icons cant be changed via CSS and need to be changed manually.

    Kind Regards

    #362912

    amjad
    Participant

    Thank you so much!

    #362918

    Bogdan Donovan
    Keymaster

    You are welcome!

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