Hi,
Is there simple way to allow a text box or a column link overlay on rollover via the Avia builder by adding some css edits?
instead of the simple link it will display a block over to a whole paragraph or a columns?
Thanks,
D.
Hey dhuet!
I’m not sure I understand what you mean, could you post a link to your site and maybe a screenshot highlighting what you are trying to achieve please?
Regards,
Rikard
Someting like this:http://icant.co.uk/sandbox/boxnavigation/
I guess it would work with a box container not the text content.
Hi!
I guess you are referring to the boxes on the right which changes colour when hovering, correct? I think that would be possible with some custom CSS, do you have a live page that we could have a look at?
Best regards,
Rikard
Hey!
Give the color section a custom ID to use (when editing the section) and then add this to your custom CSS.
#yourID .flex_column:hover { background: red !important; border-color: red !important; }
Cheers!
Elliott
Let me try that.
Thanks,
Didier
Not working!
Also, for some reason the column does not acknowledge the margins for the inner padding.
Hey!
Could you please provide us with a temporary admin login so that we can take a closer look? You can post the details here as a private reply.
Regards,
Rikard
Hey!
You haven’t assigned any ID’s to your color sections under the For Developers: Section ID option. If you do that and replace yourID in Elliotts code with your own idea it will work:
#yourID .flex_column:hover { background: red !important; border-color: red !important; }
Cheers!
Rikard
What about the padding issue on these columns it should work since it is assigned, but not not at this point.
Good Lord. No wonder. Thanks.