Home Forums WoodMart support forum i want change background in submenu when i hover in it

i want change background in submenu when i hover in it

Viewing 18 posts - 1 through 18 (of 18 total)
  • Author
    Posts
  • #591637

    aziztoubou2022
    Participant

    i want change background in submenu when i hover in it

    i mean where i dropdown i want any title showing with background

    #591678

    Hello,

    Please add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS. Change the color as per your need.

    .wd-dropdown-menu.wd-design-default, .wd-dropdown-menu.wd-design-default .wd-dropdown {
        background-color:#f5ff06 !important;
    }

    Best Regards.

    #591827

    aziztoubou2022
    Participant

    i want backgroung in items not in all sub-menu

    #591964

    Hello,

    You need to use each menu item ID and use it for custom css code.
    Like this:
    https://ibb.co/23pLkFv

    li#menu-item-16978 {
        background-color: red;
    }

    Best Regards.

    #592086

    aziztoubou2022
    Participant

    great but i want where i scroll item by item not fix

    #592197

    Hello,

    Sorry, I did not understand. Can you please explain your point with the help of the screenshot?

    Best Regards/

    #592245

    aziztoubou2022
    Participant

    i don’t want background fix i want it to be change with one color after scroling items in sub-menu

    #592286

    aziztoubou2022
    Participant

    please dear i have another error elementor can’t edit home page he showing page unresponsive

    please hurry because you response after 24 hours

    #592425

    Hello,

    01. Try to add the mega menu, Please follow this guide and create the mega menu
    https://xtemos.com/docs-topic/create-mega-menu/
    https://youtu.be/ZrQF1yHDXfU?si=f8Ru63GxI2n0Xs1q

    02. Please read the following article for help:
    https://elementor.com/help/cant-edit-with-elementor/

    If you have any questions feel free to contact us.

    Best Regards.

    #592579

    aziztoubou2022
    Participant

    i don’t want mega menu iw ant just background in elements sub menu

    #592663

    Hello,

    Sorry to say Can you please share some screenshots or examples of what you actually want, so I will check and give you a possible solution?

    Best Regards

    #592672

    aziztoubou2022
    Participant

    in this image i have showing for you a menu with a background changeable after scroling item by item

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

    aziztoubou2022
    Participant

    i mean background not fix but existing in any items of menu just after scroling

    #592813

    Hello,

    Please add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS. Change the color as per your need.

    .wd-sub-menu li>a:hover {
        background-color: red;
    }

    Best Regards.

    #593346

    aziztoubou2022
    Participant

    thanks it’s working fine

    please i have another problem i have translated theme with loco translate to arabic but the word (المنزل) can’t be changed to (الرئيسية) please i have force it with code snippets and css but it can’t be changed

    #593451

    Hello,

    Please use the Loco Translate plugin on your site. After installing the plugin please Navigate to Loco >> Themes >> Woodmart >> Edit the translation which you are using for the site >> Click the Sync button >> Find the words and add the translation for them and save it.

    Also, please Navigate to Loco >> Plugins >> Woocommerce >> Edit the translation which you are using for the site >> Click the Sync button >> Find the words and add the translation for them and save it.

    Also, please Navigate to Loco >> Plugins >> Woodmart-Core >> Edit the translation which you are using for the site >> Click the Sync button >> Find the words and add the translation for them and save it.
    https://wordpress.org/plugins/loco-translate/

    Note:
    1. Custom (recommended)
    2. This is Loco’s protected folder under “wp-content/languages/loco/” which is safe from automatic updates and provides priority over the above locations.
    https://localise.biz/wordpress/plugin/manual/msginit?utm_medium=plugin&utm_campaign=wp&utm_source=admin&utm_content=plugin-msginit#order
    If this folder doesn’t exist you may need to create it and ensure it has the correct permissions.
    https://localise.biz/wordpress/plugin/manual/filesystem

    For more information please read the theme documentation here:
    https://xtemos.com/docs-topic/translate-woodmart-theme-with-loco-translate/

    Best Regards.

    #593648

    aziztoubou2022
    Participant

    not working

    #593781

    Hello,

    Sorry to hear about the inconvenience. Kindly, please share your Site WP-ADMIN Login details in the Private Content field so that we can check this concern on your Site and help you out accordingly.

    Best Regards

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