• Resolved realityaccordingtorachel

    (@realityaccordingtorachel)


    Hi there,

    I would like assistance in removing the social media icons displayed at the end of my posts, next to the date the post was published.

    Any help with this would be greatly appreciated!
    Best,
    Rachel

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

Viewing 1 replies (of 1 total)
  • Theme Author VolThemes

    (@volthemes)

    Hi Rachel,

    Sorry for the delayed response.

    You can use custom css below. copy and pasting to: to “Appearance >> Customize >> Additional CSS

    .entry-footer {
      display: table-cell;
    }
    .social-share.share-buttons {
      display: none;
    }

    Regards
    VT

Viewing 1 replies (of 1 total)
  • The topic ‘Removing Social Media Icons’ is closed to new replies.