Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #273363

    Hi Folks

    Do you have some code I can put in a text widget so that I can display the enfold SM icons in my footer (FB, Twitter, G+, Youtube, Pinterest, Skype)

    Thanks

    Richard

    #273370

    Hey Richard!

    Can you post the link to your website Richard?

    Best regards,
    Yigit

    #273373

    Hi Yigit

    Here’s the link

    http://wizz.solutions

    Thanks

    Richard

    #273378

    Hey!

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

    #footer .social_bookmarks li {
    clear: none!important;
    }

    and copy/paste this into Text widget in Appearance > Widgets – http://pastebin.com/75KkpMZ5
    You need to change the URL’s

    Cheers!
    Yigit

    #273410

    Thanks Yigit

    That works nicely – but after each SM icon there is a “vertical line”…you don’t get this with the icons in the header. Is it possible not to see this line?

    Thanks

    Richard

    #273433

    Hi!

    I don’t see any icon in the link you posted but try adding this too:

    #footer .social_bookmarks li *{
    border: 0 !important;
    }

    Cheers!
    Josue

    #273470

    Hi Josue

    That last bit of code didn’t change anything – I till have the border after the SN icon

    http://wizz.solutions/pages/contact/

    This is what I’ve got in the quick CSS box now:

    #footer .social_bookmarks li {
    clear: none!important;
    }
    #footer .social_bookmarks li *{
    border: 0 !important;
    }

    Thanks

    #273471

    This will do it:

    #footer .social_bookmarks li {
    clear: none !important;
    border: 0 !important;
    }

    Regards,
    Josue

    #273473

    It did!

    Thanks for such a speedy reply Josue

    KR

    Richard

    #273474

    You are welcome, always glad to help :)

    Regards,
    Josue

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Enfold social media icons in widget’ is closed to new replies.