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

Presets Problem Scss

DZ

Doris Zahnleiter

Template 3 years ago

I changed a color in the delacroy Template, and then :

0 $amount: Expected 10 to be within 0 and 1: templates/delacroy/scss/presets.scss on line 33, at column 3 Call Stack: #0 import templates/delacroy/scss/presets.scss (unknown file) on line 1

What can i do?

Greets Lou

0
1 Answers
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 3 years ago #91206

Hello Doris

Please go to this location: templates/delacroy/scss/presets.scss on line 33 change from

background: fade-out($header_bg_color, 10);

to

background: fade-out($header_bg_color, 0);

Best regards

0