At my drop down menu, I have a bottom border only.
How can I add a top border also?
Can I add a top border to the sub menu?
6 posts from 3 voices-
Posted 2 months ago #
-
Hi eyeweb,
Try to add this code in your Quick CSS(located in Replete > Theme Options > Styling) or custom.css(located in wp-content/themes/replete/css):
#wrap_all .avia_mega_div > .sub-menu { border-top: none; } #top .avia_mega_div { border-top: 1px solid rgba(0,0,0,0.1); }or
#wrap_all .avia_mega_div > .sub-menu { border-top: none !important; } #top .avia_mega_div { border-top: 1px solid rgba(0,0,0,0.1) !important; }Hope this helps. :)
Regards,
IsmaelPosted 2 months ago # -
Posted 2 months ago #
-
Hi eyeweb,
Sorry about that, I thought you are using avia megamenu. Try replacing the code I gave you with this code:
.main_menu ul ul.sub-menu { border-top: 1px solid rgba(0,0,0,0.1) !important; }Regards,
IsmaelPosted 2 months ago # -
Nice. Thank you so much.
Posted 2 months ago # -
Glad Ismael could help :)
Let us know if you have any other questions or issues.
Regards,
Devin
Posted 2 months ago #
Topic Closed
This topic has been closed to new replies.














