Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1364463

    Hi how do I set a transparent gap between submenu items
    Alan ;)

    #1364503

    Hey Alan,

    I’m not sure I fully understand your question, could you post a screenshot highlighting your intentions please?

    Best regards,
    Rikard

    #1364684

    Ok, I would like to make colored lines between each submenu item, and be able to set colour and line thickness, how is that done ?

    Alan ;)

    #1364715

    Hi,

    Please add following code to Quick CSS field in Enfold theme options > General Styling tab

    
    .av-main-nav ul li {
      border: 5px solid white;
    }
    .av-main-nav ul li:not(:last-child) {
      border-bottom: none;
    }
    

    Best regards,
    Yigit

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