Home Forums WoodMart support forum the style of drop down menu

the style of drop down menu

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #479100

    sveta.kagovere
    Participant

    Hello!
    Drop down menu in different languages look in different ways. How to make it like in Russian with white background?

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

    Hello,

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

    .wd-dropdown-menu.wd-design-aside.wd-style-with-bg .wd-sub-menu-wrapp>.wd-sub-menu {
        background-color: white !important;
    }
    .wd-dropdown-menu.wd-design-aside.wd-style-with-bg .wd-sub-menu-wrapp>.wd-sub-menu>li>a {
    	color: black !important;
    }
    .wd-dropdown-menu.wd-design-aside.wd-style-with-bg .wd-sub-menu-wrapp>.wd-sub-menu>li>a:hover {
    	color: skyblue !important;
    }

    Change the code as per your need.

    Best Regards.

    #479377

    sveta.kagovere
    Participant

    thank you. it was changed in Estonian. But now they and different anyway.
    It must me like in Estonian in one style in all languages.
    I marked which one I want in file I added.

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

    Hello,

    Your issue has been solved. Please check the site after removing the browser cache.

    Best Regards.

    #479754

    sveta.kagovere
    Participant

    it was been solved, but all slides was destroyed. Please solve my problem without destroying slides 🙂 Thank you!

    #479925

    Hello,

    But I did not change or do any thing with the sliders or slides. Can you please tell me what is the issue with the slider and slides?

    Best Regards.

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