Remove Social Share this from Posts feed Widget Display

I have social sharing on my posts and would like to exlude them visually when the Post Feeds widget is displaying a list of posts. Is there a way to do this with CSS or otherwise?
Thanks
Todd

Hey Todd,

Interesting question, would you mind sharing a link so I can do a bit of inspecting?

Best,
Billy

[Content Hidden]

Hey Todd,

Give the following CSS a shot for both types of post layouts and you should be good to go!

.fl-post-feed-content .sharedaddy.sd-sharing-enabled {
  display: none;
}
.fl-post-grid-content .sharedaddy.sd-sharing-enabled {
  display: none;
}

Let me know how it goes!

Best,
Billy

Thanks Billy! Should I post in the Post Feeds Widget or in Dynamik Custom Css?

This should go in your custom CSS area or child theme if using one. I’m not hugely familiar with Dynamik, but I suppose it could go there.

Best,
Billy

Excellent! Once again Billy you guys rock!! thanks for the great product and support

My pleasure, Todd, glad I could help! Love that site, looking good! :slight_smile: