
05-25-2017, 12:27 PM
|
 |
Ecwid Team
|
|
Join Date: Jun 2014
Posts: 1,123
|
|
Quote:
Originally Posted by Linda Fransen
Hi there,
for my website i have the feeling there is a dark shadow over the background i uploaded.
i really want just my background the way i made it in illustrator so without the dark fade over it.
is there anybody who can help me ?

|
Hi Linda,
This is Wendy from Ecwid customer care team. Thanks a lot for getting in touch with us!
As far as I understand, you are referring to the cover image on your Ecwid starter site at https://www.heycv.nl/
The cover image on the starter site is slightly faded by design. If you'd like to remove the fade, you should add this CSS code to your Ecwid control panel > Settings > Design page > click Create theme button > new CSS theme and paste the code to the field. Then activate the theme and save changes.
Code:
.header .background::after {
background-color: rgba(0, 0, 0, 0) !important;
}
I hope this will help.
If you have other concerns, please feel free to write me back and it will be my pleasure to assist you further. Have a wonderful day!
__________________
Wendy
Ecwid Customer Care Team
Help Center
⬇ Please click Thanks if my reply helped you.
|