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

    Seems you have used a purchased theme. I am not sure that where you can find the option to hide the social media icons from admin side until i have purchased theme .It would be better to contact the theme support.

    Or

    If you want to just hide the social medial icons , you can achieve using css

     .blog_social {
         diaplay:none;
        }

    You can put the code in the style.css file .

    Regards
    Sumith !

    • This reply was modified 7 years, 5 months ago by sumithsuku11.
    Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    To add CSS:

    • If you are using WordPress 4.7 or later, use the “Additional CSS” option in the customizer.
    • If your theme has a custom CSS option, use that to add the CSS shown above.
    • If not, install the plugin Simple Custom CSS.

    Learn to use the Chrome Developer Tools to help you see and test changes to your CSS.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Deleting unnecesary social media buttons’ is closed to new replies.