Hi there,
I’m using the latest eFold theme and I’d like to add a block of background colour behind some gravity forms that I use – just to make them stand-out more both in the sidebar area and also sometimes in the main content areas.
I think it will help draw the visitors eyes to important sections of the page.
This may help with my written explanation: http://screencast.com/t/tlCAXEl09c
Can you let me know the best way to do that and if any code is involved can you show what I’m to use please?
Thanks in advance.
Kevin
Hi Kevin
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:hover { background-color: orange; padding: 10px; border-radius: 5px; }
Cheers!
Yigit