Hi,
Does anyone know if it's possible to change the line size of the menu bar border?
I'd like to make it as thick as the other horizontal lines in my website, but I can't find the option in Customize > Menu style.
Thanks!
menu bar border custom size
Hi,
Does anyone know if it's possible to change the line size of the menu bar border?
I'd like to make it as thick as the other horizontal lines in my website, but I can't find the option in Customize > Menu style.
Thanks!
you can do it easily in Lay Options / Custom CSS just type:
.navbar { border-bottom-width: 1px; }
Thank you!