-
AuthorPosts
-
October 2, 2020 at 4:39 pm #1250129
Hi,
I’ve added fontello social icons to a widget in my site’s footer and I styled the icons using CSS.
When I go to a page on the site, the images don’t get styled but when I refresh the page, they do…
Any idea why it does that?CSS:
/*Facebook Icon*/
#fbgg a {
color: #fff;
background: #382e30;
height: 55px;
width: 55px;
position: relative;
padding: 7px;
border-radius: 50%;
}
#fbgg a:hover {
color: #fff;
background: #d35946;
height: 55px;
width: 55px;
position: relative;
padding: 7px;
border-radius: 50%;
}
/*Instagram Icon*/
#instagg a {
color: #fff;
background: #382e30;
height: 55px;
width: 55px;
position: relative;
padding: 7px;
border-radius: 50%;
}
#instagg a:hover {
color: #fff;
background: #d35946;
height: 55px;
width: 55px;
position: relative;
padding: 7px;
border-radius: 50%;
}HTML in widget:
<div class=’container’ >
<div class=”flex_column av_one_half flex_column_div av-zero-column-padding first avia-builder-el-0 el_before_av_one_half avia-builder-el-first ” style=’border-radius:0px; ‘>
<span id=”fbgg” class=”av_font_icon avia_animate_when_visible avia-icon-animate av-icon-style- av-no-color avia-icon-pos-right ” style=””>
</span>
</div><div class=”flex_column av_one_half flex_column_div av-zero-column-padding avia-builder-el-2 el_after_av_one_half avia-builder-el-last ” style=’border-radius:0px; ‘>
<span id=”instagg” class=”av_font_icon avia_animate_when_visible avia-icon-animate av-icon-style- av-no-color avia-icon-pos-left ” style=””>
</span>
</div>
</div>Thanks
October 3, 2020 at 10:51 am #1250289Hi ggoulet,
I tried to check the footer and it seems to render properly at all times on my end.
Can you try clearing out the browser cache?Best regards,
NikkoOctober 19, 2020 at 4:51 pm #1254086Hi,
Great I think it was my cache.
Thank you for your help.October 19, 2020 at 5:03 pm #1254089Hi ggoulet,
We’re happy to hear that :)
Thanks for using Enfold and have a great day!Best regards,
Nikko -
AuthorPosts
- The topic ‘Footer Social Icon Css’ is closed to new replies.