My employer uses Beaver Builder on our organization website, but I’m new with using it.
I’ve been asked to apply a hover effect to text in a module and have been searching, reading, and trying things but no success.
It’s pretty simple CSS logic but I’m at a loss. What I did was open the editor for the module, assign a class in the advanced tab (.text-color:hover { color: #ededed; }) and then wrapped the html with <span> in the general tab for that module. Here’s what I have, top line in “class” under advanced tab, bottom line wrapping the html:
.text-color:hover { color: #ededed; }
<h2><span class=”text-color” style=”color: #808080;”>Unreached text paragraoh</span></h2>
I would appreciate any help sorting this out. I tried the BB community forum but have rarely if ever been treated so poorly by an actual team member. :/
[ad_2]