I thought there is a way to color the background of a column, but mabye i mixed it up with the color section?
I’ve got three column 1/3, 1/3, 1/3 on one line and like to colore each 1/3 of it with a other color, is that possible?
Not like the color section that just fit for the whole wide 1/1
Hi Bettina!
Your probably thinking of the grid row element which lets you set a background for each cell.
For the columns there is not a way to change the backgrounds but if you nest them inside a color section with an ID then you can target them with CSS that way. Send us a link and let us know which area your wanting to change.
Regards,
Elliott
Hi Btina!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
.home .avia-builder-el-9 {
background-color: #e2e2e2;
padding: 10px;
}
.home .avia-builder-el-16 {
background-color: #f2f2f2;
padding: 10px;
}
.home .avia-builder-el-23 {
background-color: orange;
padding: 10px;
}
Cheers!
Yigit