Home Forums WoodMart support forum 2 empty link errors

2 empty link errors

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

    afoukis
    Participant

    I need some help to fix 2 empty link errors
    I check my homepage with the https://wave.webaim.org tool and I have 2 empty link errors.

    #407889

    Luke Nielsen
    Keymaster

    Hello,

    These errors we have fixed on your website. In general, it will be fixed in our next update.

    Kindly accept our sincere apologies for the inconvenience caused to you and don’t hesitate to reach out if you have any additional questions.

    Kind Regards

    #408210

    afoukis
    Participant

    Thanks !!!

    Question = How to make the menu links on simle dropdowns (Browse Categories) when you hover over these links (“Back”, “Faux”, “Pouches”, “Shoulder”) to have a background like “Bags & wallets”?
    I already use “Advanced typography settings”, but I haven’t found how to change the backgound when hover over items from drop-down menu
    (“Back”, “Faux”, “Pouches”, “Shoulder”) to have a background like “Bags & wallets”)
    Pls, any help?

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

    Artem Temos
    Keymaster

    Try to add the following code snippet to the Custom CSS area in Theme Settings to do this

    .wd-nav.wd-nav-vertical .wd-design-default.wd-dropdown-menu,
    .wd-nav.wd-nav-vertical .wd-design-default.wd-dropdown-menu .wd-dropdown {
    	padding: 0;
    }
    
    .wd-nav.wd-nav-vertical .wd-design-default.wd-dropdown-menu .wd-sub-menu > li > a,
    .wd-nav.wd-nav-vertical .wd-design-default.wd-dropdown-menu .sub-sub-menu > li > a {
    	padding: 10px 15px 10px 15px;
    }
    
    .wd-nav.wd-nav-vertical .wd-design-default.wd-dropdown-menu .sub-sub-menu {
    	margin-left: 0;
    }
    
    .wd-nav.wd-nav-vertical .wd-design-default.wd-dropdown-menu > li:hover > a {
    	background-color: #F7F7F7;
    }
    #408531

    afoukis
    Participant

    Sorry, but It didn’t work

    I want this > when I hover over the sub-menus (e.g. Bags & Wallet => Back bags, Vegan, Pouches) the background color to change with e.g. red color and to cover both the left and right space of the word “Back bags” (extend to the entire rectangle of the menu item, there should be no white space but only the red color)

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

    Artem Temos
    Keymaster

    Sorry, try to replace the previous code with the following one

    .wd-nav.wd-nav-vertical .wd-design-default.wd-dropdown-menu,
    .wd-nav.wd-nav-vertical .wd-design-default.wd-dropdown-menu .wd-dropdown {
    	padding: 0;
    }
    
    .wd-nav.wd-nav-vertical .wd-design-default.wd-dropdown-menu .wd-sub-menu > li > a,
    .wd-nav.wd-nav-vertical .wd-design-default.wd-dropdown-menu .sub-sub-menu > li > a {
    	padding: 10px 15px 10px 15px;
    }
    
    .wd-nav.wd-nav-vertical .wd-design-default.wd-dropdown-menu .sub-sub-menu {
    	margin-left: 0;
    }
    
    .wd-nav.wd-nav-vertical .wd-design-default.wd-dropdown-menu li:hover > a {
    	background-color: #F7F7F7;
    }

    Kind Regards

    #408653

    afoukis
    Participant

    You are the best !!!
    thanks a lot

    #408758

    Artem Temos
    Keymaster

    You are welcome! Feel free to contact us if you have any further questions.

    Kind Regards

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

The topic ‘2 empty link errors’ is closed to new replies.