Hello!
I am using both the Page Builder and the CSS Editor for a website I’m developing.
My first question is: In the features section I was able to get the circles around the icons to change color by using the following css code that I found in the forums:
.sow-icon-container.sow-container-round:hover{
color:#6FC3D9 !important;
}
Now for the question, I have this section on multiple areas of the website and need it to be different colors on different pages. I can’t for the life of me figure out how to make that happen. I tried adding classes to the rows and such and it’s just not happening.
Second question:
I’m trying to add a hover effect to a caption on an image following this tutorial, example #2. For some reason I cannot get the hover effects to work at all. Everything else seems to work correctly, but nothing hovers!
I’m pretty new to hover effects (obviously), so I appreciate any help provided!
Hi Betsy,
You might be better off adding the class directly to the widget, which can be done via the widget styles sidebar, and then targeting it. For example, if you added example to an icon widget it would be something like this:
I would recommend the SO Page Builder Animate plugin to set up animations like the one seen in that tutorial.
With that said, I can give you a hand but I’ll need to have a look at your code / website to really help. Do you have a public URL where I can take a look? If you need to keep this URL private from other users, just select “Private Reply” on the bottom right of the comment box.