Home › Forums › WoodMart support forum › Footer area color in Gradient Footer area color in Gradient This topic has 2 replies, 2 voices, and was last updated 7 hours, 59 minutes ago by lswang6. Viewing 3 posts - 1 through 3 (of 3 total) Author Posts November 21, 2024 at 4:55 pm #614363 lswang6Participant Hi there, Is it possible to change current foot area color into Gradient style? current in the footer setting can only select single color. Reference sample: https://www.philips.co.in/c-m-ho/air-purifier-and-air-humidifier kind regards, Luie Attachments:You must be logged in to view attached files. November 22, 2024 at 1:31 pm #614648 Hung PhamKeymaster Hi lswang6, Thanks for reaching to us. Use this tool to generate background colors https://cssgradient.io/ Please add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS: footer.wd-footer{ background: rgb(2,0,36); background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 35%, rgba(0,212,255,1) 100%); } Regards, November 22, 2024 at 4:42 pm #614766 lswang6Participant Thank you, it works perfectly! Author Posts Viewing 3 posts - 1 through 3 (of 3 total) You must be logged in to create new topics. Login / Register