Home Forums WoodMart support forum Footer area color in Gradient

Footer area color in Gradient

Viewing 5 posts - 1 through 5 (of 5 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!

    #614994

    Hung Pham
    Keymaster

    Hi lswang6,

    Glad to hear your issue has been resolved. Keep us in mind for future questions and concerns, we’re always here to help!

    If you have a quick minute we always appreciate a 5-star rating on our theme!

    https://themeforest.net/item/woodmart-woocommerce-wordpress-theme/reviews/20264492

    Your feedback is the motivation to improve our work and services.

    Regards,

    #615641

    lswang6
    Participant

    Of course! I’ll give you a 5-star rating. There’s still a small issue to take care of, but we’re so grateful for all the hard work and support you’ve given us so far.

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

The topic ‘Footer area color in Gradient’ is closed to new replies.