Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #698655

    Hello,
    when I put icons on the footer the color is not the one I choose.

    I put this code in widget footer:
    [av_font_icon icon='ue8f3' font='entypo-fontello' style='' caption='' link='manually,http://www.facebook.com/brildent' linktarget='_blank' size='35px' position='left' color='#ffffff'][/av_font_icon]

    [av_font_icon icon='ue8f1' font='entypo-fontello' style='' caption='' link='manually,http://www.twitter.com/brildent' linktarget='_blank' size='35px' position='left' color='#ffffff'][/av_font_icon]

    [av_font_icon icon='ue8f6' font='entypo-fontello' style='' caption='' link='manually,https://plus.google.com/b/110442493827141494289/110442493827141494289' linktarget='_blank' size='35px' position='left' color='#ffffff'][/av_font_icon]

    But icons are not white, but grey, and they doesn’t keep the size I want (35xp)
    can yo help mne please?

    #698686

    Hi alididon!

    They do show up fine on my end. Have you figured it out already? :)

    Best regards,
    Yigit

    #703292

    Hello,
    the problem is just in the home page.
    Other pages has white icons, but che home page is always grey…

    #703299

    Hi!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    #footer .av_font_icon {
        opacity: 1!important;
        -webkit-transform: none;
        -ms-transform: none;
        transition: none;
    }

    Regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.