Hi,
I recently purchased the Tuber template.
At the bottom of blog posts/articles, there is a bar that says “Share this article.” However, I have disabled the social sharing feature in the template settings, but the bar is still visible.
I added the following custom CSS:
css
Copy
view-article .article-ratings-social-share {
display: none !important;
}
.view-article #sp-page-title .sp-page-title {
background: radial-gradient(50% 50% at 50% 50%, #328349 0%, #102f22 100%) !important;
}
Unfortunately, the sharing bar remains visible. I have also cleared my browser cache/history, but this did not solve the issue.
How can I completely remove or hide this “Share this article” bar from the bottom of my articles?