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

    Hi
    I use a 4 column footer. Is there e.g. a CSS code in order to get a different background color for column 3,4 only ?

    Thx a lot & best regards, Tilman

    #1138621

    Hey Tilman,
    Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    #footer > .container > .flex_column.av_one_fourth:nth-child(n+3) {
    	background-color: #fff !important; 
    }
    

    please adjust the color to suit.

    Best regards,
    Mike

    #1140368

    it works – thx a lot Mike :-)

    #1140370

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘change color in some footer columns only?’ is closed to new replies.