Home › Forums › WoodMart support forum › 2 empty link errors
2 empty link errors
- This topic has 7 replies, 3 voices, and was last updated 2 years, 3 months ago by Artem Temos.
-
AuthorPosts
-
September 22, 2022 at 9:48 am #407847
afoukisParticipantI 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.September 22, 2022 at 12:41 pm #407889
Luke NielsenKeymasterHello,
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
September 23, 2022 at 11:37 pm #408210
afoukisParticipantThanks !!!
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.September 26, 2022 at 9:41 am #408524
Artem TemosKeymasterTry 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; }
September 26, 2022 at 9:50 am #408531
afoukisParticipantSorry, 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.September 26, 2022 at 3:37 pm #408613
Artem TemosKeymasterSorry, 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
September 26, 2022 at 5:46 pm #408653
afoukisParticipantYou are the best !!!
thanks a lotSeptember 27, 2022 at 9:52 am #408758
Artem TemosKeymasterYou are welcome! Feel free to contact us if you have any further questions.
Kind Regards
-
AuthorPosts
The topic ‘2 empty link errors’ is closed to new replies.
- You must be logged in to create new topics. Login / Register