Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #562709

    Hi

    I would like to have a custom background colour for a footer widget, as I am using it for displaying logos and some of them do not work well against our footer colour. Is this possible?

    http://newsite.redhill-archers.org.uk/wordpress/

    #562870

    Hi colinredbond!

    You can set a background image for your footer area in Dashboard > Enfold > General Styling > Footer.

    Cheers!
    Elliott

    #563412

    Hi Elliott

    I am not looking at changing the whole footer, just one widget in the footer. Is that possible?

    #563414

    Hey!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    #footer .flex_column:nth-child(3) {
        background: orange;
    }

    And change the number 3 to target footer widget areas accordingly

    Cheers!
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.