Hello….Is it possible to ad for each column an extra css suffix to style each different? So i can style each element different.
Hi maanet!
Unfortunately that is currently not possible. But you can inspect elements on your page and target them using page ID avia element ID – http://i.imgur.com/OwA3ofs.png?1
then add following code to Quick CSS in Enfodl theme options under General Styling tab
.page-id-987 .avia-builder-el-1 { background-color: orange; padding: 10px; border-radius: 5px; }
Cheers!
Yigit
Okay.. thanks :) thats easy !