Change Color - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Change Color

F

fabiana

Template 3 years ago

bar above this color how do I add so that there is a fade in these colors #cccccc #861310

https://prnt.sc/rn9_3E0jiChs

0
2 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 3 years ago #94601

If I may...

now you used that CSS code

#sp-header {
  background: #e6eefc !important;
}

To change that you have to use different syntax , learn from here >> https://www.w3schools.com/css/css3_gradients.asp

for example

#sp-header {
background-image: linear-gradient(#ccc, #861310);
}
0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 3 years ago #94598

Hi

Thanks for contacting us. Could you please explain it a bit more?

-Regards.

0