Hello
I got a question, and it is:
Is it possible to change the background color on each Footer Columns? Lets say, i have 4 columns, and i would like them to be 4 different colors?
Can you help me with the right CSS code for this action?
I provided a picture, to illustrate what i mean:
http://www.funtasialegeland.dk/this.jpg
Please help! :-)
Hi MediaKris!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
#footer .flex_column:nth-child(1) {
background-color: red;
padding: 10px;
}
#footer .flex_column:nth-child(2) {
background-color: orange;
padding: 10px;
}
#footer .flex_column:nth-child(3) {
background-color: green;
padding: 10px;
}
#footer .flex_column:nth-child(4) {
background-color: blue;
padding: 10px;
}
Cheers!
Yigit
It worked! Perfect
I just got another problem:
http://www.funtasialegeland.dk/line.png
– Thanks :-)
Hi!
Can you please post the link to your website so we can inspect elements on it to provide you more accurate custom CSS code?
Cheers!
Yigit
Hey!
Thank you for coming back.
The link only leads to a “under construction” page. We would need an admin login and the link to the page, where the problem occurs.
Cheers!
Günter
Hey!
Try adding this code to the Quick CSS:
#footer .flex_column section {
margin-top: 0 !important;
}
Cheers!
Josue