Home Forums WoodMart support forum Drop down menu Shadow (category menu) doesn’t work in secondary language

Drop down menu Shadow (category menu) doesn’t work in secondary language

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #565311

    supergap
    Participant

    Hi,
    Some weeks ago I asked support to get drop down menu Shadow (category menu).
    You CSS suggestions (Hung Pham supporter) works really fine:

    Please add below Custom CSS code to Theme Settings > Custom CSS > Global custom CSS:

    #menu-categories .wd-dropdown{
    box-shadow: 3px 3px 3px 3px rgba(0,0,0,0.3);
    }

    but there’s something strange. it works only in primary language, not in secondary language.

    So I think that perhaps I have to add another CSS rule for the english /secondary language menu category menu) . Something like this:

    #menu-categories-EN .wd-dropdown{
    box-shadow: 3px 3px 3px 3px rgba(0,0,0,0.3);}

    ‘categories-EN’ is the name of english category menu.

    But it doesn’t work.
    I really can’t understand how to solve it.
    Could you help me, please?
    Many thanks

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

    Hung Pham
    Participant

    Hi supergap,

    Thanks for reaching to us.

    Please remove all code and use below one:

    ul[id*='menu-categories'] .wd-dropdown{
    	box-shadow: 3px 3px 3px 3px rgba(0,0,0,0.3);
    }

    Regards,

    #565721

    supergap
    Participant

    Hi Hung,
    Works great.
    Thanks so much for fast reply and expertise.
    Regards

    #565938

    Hung Pham
    Participant

    Hi supergap,

    Glad to hear your issue has been resolved. Keep us in mind for future questions and concerns, we’re always here to help!

    If you have a quick minute we always appreciate a 5-star rating on our theme!

    https://themeforest.net/item/woodmart-woocommerce-wordpress-theme/reviews/20264492

    Your feedback is the motivation to improve our work and services.

    Regards,

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

The topic ‘Drop down menu Shadow (category menu) doesn’t work in secondary language’ is closed to new replies.