Hi i want to get this style for the main menu https://news.vice.com/
Hey alfaweb2!
Thank you for using Enfold.
If you want to add a menu border, go to Enfold > Header panel then set the Header Style to Minimal. Add the arrows with this on the Quick CSS field:
#top .av-main-nav > li > a:after {
content: '';
width: 0;
height: 0;
border-left: 3px solid transparent;
border-right: 3px solid transparent;
border-top: 3px solid #000;
height: 3px;
position: relative;
bottom: -10px;
right: -4px;
}
Best regards,
Ismael
OK thanks, i don`t need the arrows. but i want the vertical menu borders between the menu iteams. how can i get them?
menu is set to MINIMAL!
Hi!
Please add following code to Quick CSS
.av-main-nav > li > a {
border-left: 1px solid #e2e2e2;
}
Best regards,
Yigit
Hey!
Please refer to Ismael’s post here – https://kriesi.at/support/topic/add-featured-image-to-search-results/#post-249161
Best regards,
Yigit