• Resolved vicentsalvador92

    (@vicentsalvador92)


    Good
    I have imported twice the theme and I can’t get the gradient that you see in the demo to appear on the web. What can it be due to?
    Thanks in advance

    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 Vicent,

    For Dakar, you have to set the background gradient by using CSS. We haven’t included the custom CSS in our starter websites to prevent overriding existing custom CSS.

    To add the background gradient, you can add the following CSS code in the Customizer > Additional CSS panel (change the #color value as you want):

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

    Hope that helps,
    Tom

    Thread Starter vicentsalvador92

    (@vicentsalvador92)

    Solved, thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Dakar downgrading does not work’ is closed to new replies.