Home Forums WoodMart support forum how to change dropdown menu color from default color which is grey into black

how to change dropdown menu color from default color which is grey into black

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

    Abhimanyu
    Participant

    Dear
    Can u help in changing the color of menu dropdown submenu color into dark black
    Default color is grey
    my website url is https://farmseed.in/
    Thanks in advance

    #273173

    Hello,

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

    body .navigation-style-separated .menu-simple-dropdown .color-scheme-dark li a{
    color:#000000;
    }

    Best Regards

    #273233

    Abhimanyu
    Participant

    Thank You Elise,
    It works.
    Can you please help me with one more topic?
    I am attaching a screenshot with this, My shop page has an extra search form below which was unnecessary.
    I have changed the setting mistakenly, now it is not retrieved, Can you please help me in removing this

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

    Hello,

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

    .no-products-footer{
    display:none;
    }

    Best Regards

    #273392

    Abhimanyu
    Participant

    Thank you Elise
    But the code is not working.
    .no-products-footer{
    display:none;
    }
    kindly fix it

    #273449

    Hello,

    Please provide your site admin access to the private area.

    Best Regards

    #274652

    Abhimanyu
    Participant

    hello Elise
    I want to change the background color of the Main menu dropdown into black and the menu color into white

    #274850

    Hello,

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

    body .sub-menu-dropdown {
    	background-color: #000000;
    }
    body .navigation-style-underline .menu-simple-dropdown .color-scheme-dark li a:hover {
        color: #ffffff;
    }
    body .navigation-style-underline .menu-simple-dropdown .color-scheme-dark li a {
        color: #ffffff;
    }

    Best Regards

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