i’d like to set off / highlight a one-third column on a page being created with layout builder in enfold – and to do so, i’d like to have it feature a colored background.
however, it appears the only way i can have a colored background is to use a color section – is that correct?
i don’t see any way to create a colored background on a fractional section on its own.
is this right? or am i missing something?
Hi charger70!
It is possible using element ID so you can post the link to your website and point out the section and we can provide you custom CSS code.
Cheers!
Yigit
Hey!
Please add following code to Quick CSS in Enfold theme options under Styling tab
#after_section_1 > div > div > div > div > div.flex_column.av_one_third.avia-builder-el-12.el_after_av_one_third.el_before_av_slideshow_full.avia-builder-el-last {
background-color: orange;
padding: 10px;
}
Cheers!
Yigit
yigit, once again YOU ROCK DUDE!!!!
thanks for the assist!