Home Forums WoodMart support forum change background color mobile bottom navigation

change background color mobile bottom navigation

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #222011

    vhandras
    Participant

    Hello..
    how to change the background color of the bottom mobile navigation menu on the woodmart theme.

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

    Hello,

    First of all thanks for choosing our Theme, we are glad to be you in the WoodMart WordPress family :-).

    I saw the screenshot you attached. Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .woodmart-toolbar {
    background-color: green;
    }

    Regard’s.
    Xtemos Studio.

    #222068

    vhandras
    Participant

    Thank you very much. it worked really well.
    …..
    and then how can I change the color of the icon and this text to white, because the icon and text are built into the theme.

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

    Hello,

    You are Most Welcome.

    Please try adding the following Custom CSS in the Custom CSS for Mobile area under Theme Settings >> Custom CSS.

    .woodmart-toolbar .wd-tools-element > a {
    color: white;
    }

    Regard’s.
    Xtemos Studio.

    #228987

    vhandras
    Participant

    hello ..
    please help me..
    I want to change the white background color on this navigation menu to 28BEAB

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

    Hello,

    I saw the screenshot you attached. Please try adding the following Custom CSS in the Custom CSS for the Mobile area under Theme Settings >> Custom CSS.

    .mobile-nav.act-mobile-menu {
    background-color: #28BEAB;
    }

    Best Regards.

    #230581

    vhandras
    Participant

    hay..
    Please help me
    I want to change the color of this text to white.

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

    Hello,

    I saw the screenshot you attached. Please try adding the following Custom CSS in the Custom CSS for the Mobile area under Theme Settings >> Custom CSS.

    .mobile-nav .searchform input[type=text]::placeholder {
    color: white;
    }
    .searchform .searchsubmit, .mobile-nav-tabs li,  {
    color: white;
    }
    .mobile-nav-tabs li {
    color: white;
    }
    .site-mobile-menu li a {
    color: white;
    }

    Regard’s.
    Xtemos Studio.

    #230618

    vhandras
    Participant

    Thank you very much.
    you really help me.

    #230622

    Most Welcome :-)

    If you do not mind, can you please leave a 5 stars rating for our Theme & Customer and Technical Support by going here: http://themeforest.net/downloads It will allow us to release more updates and provide dedicated support in the future. It would encourage our work a lot. If you like our Theme and Support.

    Thanks for contacting us.
    Have a great day :-)

    Topic Closed.
    Best Regards.

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

The topic ‘change background color mobile bottom navigation’ is closed to new replies.