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
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
it works – thx a lot Mike :-)
Hi,
I’m glad this was resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon