Is there a way to put borders around the Avia Layout Elements? Or, do you have suggestions on how I might design a page that contains design elements that look like the ones on this page: http://www.corepointhealth.com/products.
I am not a coder, so I am hoping I can use the Avia Layout builder to achieve this kind of look.
Thanks…
Hi miketran!
You can try adding following code to Quick CSS in Enfold theme options under Styling tab and adjusting it as desired
div .flex_column { border: solid 2px #e1e1e1; padding: 10px; }
Regards,
Yigit
Thanks Yigit…This is great…However, it would be nice to be able to selectively choose the elements…I experimented and tried selecting the specific element but it would not work…
Here’s the code that I tried:
div .flex_column av_one_full first avia-builder-el-2 el_after_av_hr
{ border: solid 2px #e1e1e1; padding: 10px;}
Can you tell me if I am on the right track or correct this code for me? I assume that this code is the specific element:
“div .flex_column av_one_full first avia-builder-el-2 el_after_av_hr”
but that was just a guess…
Thanks…