• oddpod

    (@oddpod)


    Hello,

    This is regarding the dropdown menu on the home page of my website [ redundant link removed ].
    I am unable to see the drop-down menus created under Art & Craft, Lifestyle, Organisers & Stationery.

    The drop-down menu was showing earlier, however it has stopped showing now.
    This could be due to the Envato theme, Elementor or other plugins. However, I am unable not figure out the same.

    Kindly help me out.

    • This topic was modified 3 years ago by Jan Dembowski. Reason: Moved to Fixing WordPress, this is not an Everything else WordPress topic

    The page I need help with: [log in to see the link]

Viewing 7 replies - 1 through 7 (of 7 total)
  • yogeshyadav20

    (@yogeshyadav20)

    Hi There

    change this css

    .elementor-invisible {
        visibility: hidden;
    }

    to

    .elementor-invisible {
        visibility: visible;
    }

    Thanks

    Moderator Jan Dembowski

    (@jdembowski)

    Forum Moderator and Brute Squad

    Moved to Fixing WordPress, this is not an Everything else WordPress topic.

    Please ask plugin specific questions in that plugin’s dedicated sub-forum instead.

    https://www.ads-software.com/support/plugin/woocommerce/#new-post

    Thread Starter oddpod

    (@oddpod)

    Where shall I change the CSS ?

    yogeshyadav20

    (@yogeshyadav20)

    @jdembowski follow these steps

    You can do this both way, but simple to do is login in your dashboard

    click on Appearance -> Customize -> Additional CSS

    and paste your CSS there

    Thread Starter oddpod

    (@oddpod)

    Hi,

    No such CSS mentioning Elementor is present in the Additional CSS

    yogeshyadav20

    (@yogeshyadav20)

    you can override that using !important, like

    .elementor-invisible {
    visibility: visible !important;
    }

    Thread Starter oddpod

    (@oddpod)

    My issue has been resolved. Thank you so much ??

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Woocommerce Dropdown Menu Not Showing’ is closed to new replies.