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

    Hi,
    How do I set a colored line under the header
    Full width line
    Id´ like to be able to define color and the line thickness

    Alan ;)

    #1360390

    Hi Alan,

    There’s no option to change it however it can be changed by adding this CSS code in Enfold > General Styling > Quick CSS:

    #header_main {
        border-bottom: 4px solid #284492;
    }

    thickness: 4px
    border style: solid
    color: #284492 (you can use color names instead of hex code)
    Just adjust the code as you see fit.
    Hope this helps.

    Best regards,
    Nikko

    #1360439

    Hi Nikko
    Great, that’s what I needed
    Alan ;)

    #1360452

    Hi Alan,

    We’re glad that we could help :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Colored line under header’ is closed to new replies.