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

    Hi there. Please can you help me add a bottom border to the menu bar.
    Please check out this example:

    The About page has the desired effect

    • This topic was modified 2 years, 10 months ago by AddonDigital.
    #1337286

    Hey,

    Thanks for contacting us!

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

    
    #header {
      border-bottom: 5px solid #48AEE0;
    }
    

    Best regards,
    Yigit

    #1338303

    Thanks so much Yigit!

    It looks perfect on a normal page, but I need it to disappear when I select transparent menu.

    #1338331

    Hi AddonDigital,

    Please try to add this CSS code:

    .html_header_transparency #header {
      border-bottom: none;
    }

    Best regards,
    Nikko

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