Keynote - Question | JoomShaper
🎃 Halloween Sale is Live! Get 35% OFF on all plans. Sale ends soon! Get Offer

Keynote

Z

Zbigniew Krełowski

Template 5 months ago

Hello, how to change colour of backgroung (gradient) on page "Business Conference" in first section. Responsible for it is css dlass - gradient-bg z-index-99.

Thanks in advance for help.

Zbigniew

0
1 Answers
Ziaul Kabir
Ziaul Kabir
Accepted Answer
Support Agent 5 months ago #192714

Hello,

Thanks for reaching out to us.

Please, change your gradient color, then use it on your custom code, You can follow this guide: https://www.joomshaper.com/documentation/helix-framework/custom-code-css-js-meta

.gradient-bg {
    background-image: linear-gradient(0deg, #ffffff 3%, #b2efe1 27%, #44d7b6 100%);
}

Thanks

0