Home Forums WoodMart support forum When light mode is selected, drop downs still display dark mode scheme

When light mode is selected, drop downs still display dark mode scheme

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

    raz.sofer
    Participant

    Hi.
    New website we are working on.
    We have this issue with the dropdown being black even though the theme is Light theme.
    We used the furniture base theme

    #561274

    Hello,

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

    body .wd-event-hover:hover>.wd-dropdown{
        background-color: #e5bdbd;
    }

    Best Regards.

    #563279

    raz.sofer
    Participant

    Thank you Aizaz.
    The following issue has occurred once we implemented the code, photo attached

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

    Hello,

    Your issue has been resolved. I have changed the custom CSS code into your site. Check back your site and check the issue.

    Best Regards.

    #563470

    raz.sofer
    Participant

    It is now a black drop down, we want it to be white

    • This reply was modified 3 days, 10 hours ago by raz.sofer.
    #563558

    Hello,

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

    .whb-col-right .wd-dropdown-cart {
        background-color: #e3d2d2;
    }

    Best Regards.

    #563661

    raz.sofer
    Participant

    Thanks Aizaz!
    Same issue occur

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

    Hello,

    Please deactivate all the 3rd party plugins and activate only theme-required plugins on the site and then check the issue. I am sure your issue will be solved. Then Activate the 3rd party plugins one by one and check which plugin is creating the issue for you.

    Otherwise, if the issue still exists then keep the 3rd party plugins deactivated and let me know I will further check on your site and give you a possible solution.

    Best Regards.

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