How can you add a border or background color to a text block in a column if you don’t want the other columns in a color section to be affected?
Hey blankonblank!
Thank you for using our theme.
In custom.css or Enfold->Styles->Quick-CSS field put the following and adjust the values:
.av_textblock_section{
border: 2px solid #000 !important;
background-color: #000 !important;
}
You probably need to specify the textbox you like, e.g.
.avia-builder-el-16 .av_textblock_section{
........ put your settings here
}
Cheers!
Günter
Hi!
If you use the first version, I would say yes.
If not, come back with a link to the page please.
Regards,
Günter