Comments Mr Hung started the conversation3 weeks ago on February 1, 2025 at 8:37amPlease guide me how to change the hover line size and distance from menu to mega categoryThank you very much!Attached files: size_line.png 2,727PenciDesign replied3 weeks ago on February 1, 2025 at 9:17amHi, Please go to Appearance → Customize → Custom CSS then add the following custom CSS code: #navigation .menu > ul.sub-menu > li > a:before, #navigation ul.menu > li > a:before, .navigation .menu > ul.sub-menu > li > a:before, .navigation ul.menu > li > a:before { height: 5px; bottom: calc(50% - 20px); } Regards,PenciDesign. Sign in to reply ...
Please guide me how to change the hover line size and distance from menu to mega category
Thank you very much!
Attached files: size_line.png
Hi,
Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:
Regards,
PenciDesign.