HEllo i want to add a vertical line between any of the menu itens.
And i want to increase the size of the line under the menu i selected.
See picture:
https://drive.google.com/file/d/0BxNyQFuBTcb3R3RocUM3cGhpRUU/edit?usp=sharing
Thanks.
Hi Ovelheiro!
Thank you for using our theme.
Can you send us a link to the page to get the correct CSS tags?
Best regards,
Günter
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.avia-menu-fx { height: 5px; }
#top .av-main-nav > li > a { border-right: 1px solid #e2e2e2; }
Best regards,
Yigit
It worked. Thank u very much.
If i want to change .avia-menu-fx
Should i use:
.avia-menu-fx { #e2e2e2; }
?
Hi!
Please use following code and adjust as needed
span.avia-menu-fx {
background-color: orange!important;
}
Regards,
Yigit
Ok. But if i want another color?
Wich colors i can use, there are any list of them? Or for example i just need to use, orange, green, black, red.
No hex color codes?
Thanks
Hi!
No no you can use hex codes as well
span.avia-menu-fx {
background-color: #e2e2e2 !important;
}
Regards,
Yigit
Okay. Thank u very much.