Tagged: toggle
Hi,
I am trying to add social widgets to an accordion element, but when I run it the widgets are not clickable.
Another question, is how to I set the social icon to have the correct coloring (based on the social network color) and the hover effect (like the default social widget behavior on the top bar)?
Cheers,
Guy.
Hi guyco!
It seems like your shortcode is not right. Please try following
[av_font_icon color="" font="entypo-fontello" icon="ue8f2" size="40px" position="left" link="manually,http://www.contentsimply.com" linktarget="_blank"]
Regards,
Yigit
ThanksYigit.
The link works now but the hover and coloring of the icon does not.
Any ideas?
Thanks,
Guy.
Hey!
Is this your website? http://www.contentsimply.com/
I don’t see the Contact page. Can you please give us a link to the actual page with the accordion element?
Cheers!
Ismael
Hi!
I do not think it is possible to have different hover colors for social icons if you add them inside of one toggle content. You can use following code if you are going to have only Twitter icon
.toggle_content .av_font_icon a:hover { color: #29aae2!important; }
Cheers!
Yigit
Thanks