• Resolved guijimu

    (@guijimu)


    Hi,

    First of all, congratulations on your plugin and the new starter websites. They are very useful!
    I am writing to you because I imported the Dakar starter website on my site. Everything was fine except for the background gradient. I only have one basic color available. I have tried to replicate it with CSS but the result is not the same. How could I do it?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Twentig

    (@twentig)

    Hi,

    Thanks for your message, glad you like the starter websites.

    I see on your website that you’ve managed to set the background gradient by using CSS. This is the way we’ve done it but we haven’t included the custom CSS in our starter websites to prevent overriding existing custom CSS.

    For reference, this is the custom CSS (Customizer > Additional CSS):

    body {
        background: linear-gradient(180deg, #e0f7fa 0%, #ffcdd2 100%);
        background-attachment: fixed;
    }

    Have a nice day,
    Tom

    Thread Starter guijimu

    (@guijimu)

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Background gradient in Dakar Starter website’ is closed to new replies.