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

    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

    #405461

    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

    #406188
    This reply has been marked as private.
    #406597

    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

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