Home Forums WoodMart support forum Footer area color in Gradient

Footer area color in Gradient

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #614363

    lswang6
    Participant

    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.
    #614648

    Hung Pham
    Keymaster

    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,

    #614766

    lswang6
    Participant

    Thank you, it works perfectly!

Viewing 3 posts - 1 through 3 (of 3 total)