Hi!
Im looking for a way to put info in a little more stylish way then just plain text as with special headings etc.
Either a solid outline or a dotted and adjustable in size.
Is there a good plugin or widget for this ?
Thanx!
Hey Paul!
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 Enfold theme options under General Styling tab
.page-id-987 .avia-builder-el-1 { background-color: orange; padding: 10px; border-radius: 5px; }
Cheers!
Yigit