Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #443383

    Hi i want to get this style for the main menu https://news.vice.com/

    #443626

    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

    #443647

    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!

    #443775

    Hi!

    Please add following code to Quick CSS

    .av-main-nav > li > a {
      border-left: 1px solid #e2e2e2;
    }

    Best regards,
    Yigit

    #444148
    This reply has been marked as private.
    #444425

    Hey!

    Please refer to Ismael’s post here – https://kriesi.at/support/topic/add-featured-image-to-search-results/#post-249161

    Best regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.