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

    Hi there,
    Is it possible to get a gradient in the logo area? I know how to get it in the footer, but in the logo area I cannot manage…
    I hope you know a solution!
    Kind regards, JoStudio

    #1278646

    Hey JoStudioDeRijp,

    Can you try adding this CSS code in Enfold > General Styling > Quick CSS:

    #header #header_main {
        background: rgb(91,155,143);
        background: linear-gradient(90deg,rgba(108,171,159,1) 0%,rgba(108,171,159,1) 15%,rgba(193,211,187,1) 100%);
    }

    Just replace the colors, you can generate gradient colors here: https://cssgradient.io/
    Hope it helps.

    Best regards,
    Nikko

    #1278826

    Hi Nikko,

    Great, that works perfect!!!
    Thanks a lot, kind regards, Jolanda

    #1278882

    Hi Jolanda,

    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 ‘Gradient in logo area’ is closed to new replies.