Tagged: sidebar
Dear Team,
on my page below I would like to to have the sidebar with a gradient background (fade from top to bottom). I did not find an option resp. CSS code to realize this.
Do you have a hint acc.?
Thx a lot & best regards Tilman
Hey Tilman,
Thank you for the inquiry.
You can use this css code to apply a gradient background to the sidebar container.
#top #main .sidebar {
background: rgb(225,229,237);
background: linear-gradient(180deg, rgba(225,229,237,1) 0%, rgba(214,214,214,1) 100%);
}
Please make sure to toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the css.
Best regards,
Ismael
thx a lot Ismael – this works
Cheers, Tilman
Hi,
Glad Ismael could help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.
Best regards,
Mike