LaShanta Green
asked 11 years ago

How can I replace gradient with a solid transparent color?

1 Answers
DominicStaff
answered 11 years ago

To replace gradient with a solid transparent color as you wish, please go to Dashboard > Theme > Customize > General Settings, you can add the following codes to the Header Scripts  :

 <style>
.gradient-0:before {
background: ...;
}
.gradient-1:before {
background: ...;
}
.gradient-2:before {
background: ...;
}
.gradient-3:before {
background: ...;
}
.gradient-4:before {
background: ...;
}

.gradient-5:before {
background: ...;
}
</style>

please don’t hesitate to contact us if you have further questions.

Hope this help !
Regards,
Dominic

Powered by DW Question & Answer Pro