Title: Dakar downgrading does not work
Last modified: January 18, 2022

---

# Dakar downgrading does not work

 *  Resolved [vicentsalvador92](https://wordpress.org/support/users/vicentsalvador92/)
 * (@vicentsalvador92)
 * [4 years, 5 months ago](https://wordpress.org/support/topic/dakar-downgrading-does-not-work/)
 * 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](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fdakar-downgrading-does-not-work%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Plugin Author [Twentig](https://wordpress.org/support/users/twentig/)
 * (@twentig)
 * [4 years, 4 months ago](https://wordpress.org/support/topic/dakar-downgrading-does-not-work/#post-15275781)
 * 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](https://wordpress.org/support/users/vicentsalvador92/)
 * (@vicentsalvador92)
 * [4 years, 4 months ago](https://wordpress.org/support/topic/dakar-downgrading-does-not-work/#post-15276260)
 * Solved, thanks

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

The topic ‘Dakar downgrading does not work’ is closed to new replies.

 * ![](https://ps.w.org/twentig/assets/icon.svg?rev=2569439)
 * [Twentig Supercharged Block Editor – Blocks, Patterns, Starter Sites, Portfolio](https://wordpress.org/plugins/twentig/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/twentig/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/twentig/)
 * [Active Topics](https://wordpress.org/support/plugin/twentig/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/twentig/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/twentig/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [vicentsalvador92](https://wordpress.org/support/users/vicentsalvador92/)
 * Last activity: [4 years, 4 months ago](https://wordpress.org/support/topic/dakar-downgrading-does-not-work/#post-15276260)
 * Status: resolved