• Resolved starbuck7777

    (@starbuck7777)


    Hi, is it possible hide some social icons?
    I should hide Twitter and LinkedIn icons
    Thank you very much!
    Andrea

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi,

    Thank you very much for using my plugin. ??

    You can easily hide those two social icons by adding this CSS inside WordPress admin -> Nifty Options -> General Settings and at the bottom you should notice Insert Additional CSS field. Just copy and paste this code inside and save changes.

    .icon-twitter, icon-linkedin {
    display: none !important;
    }

    The code will remove only those two icons.

    If you find my plugin useful, please rate it with 5 start as it means a lot to me and I will continue to update and maintain this plugin in the future for sure. ??

    Thread Starter starbuck7777

    (@starbuck7777)

    Ok thank you
    ??

    susiespoon21

    (@susiespoon21)

    At the moment only using facebook and instagram,
    the CSS for this worked and I guessed the other names but
    can’t get rid of ggole because I don’t know what you called the icon

    .icon-twitter, .icon-linkedin, .icon-pinterest, .icon-google {
    display: none !important;
    }

    Have tried .icon-google and .icon-googleplus

    Can you help please

    susiespoon21

    (@susiespoon21)

    Also I need to remove the telephone number from the contact details

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Hide some social icons’ is closed to new replies.