Clearly-Social icons on uploaded photos
Hello,
I´d like to say I´m happy to have found this theme as I would like to build a neat blog only!
My first question is how to erase the social icons that appear automatically on the left side of the photos uploaded.
The second question is, if I do not want any widgets on the right sidebar, I can remove them all except ” Archieves” and “Meta”. Is there a possibility to make them invisible also?
Thank you in advance..
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
3Hi Defne
Glad you’re liking Clearly. Please enable a Custom CSS module like the one built into WordPress Jetpack OR a standalone Custom CSS plugin and insert the following to hide the image sharing options:
/* Clearly hide post image actions */ article.loop-entry .post-actions { display: none; }There does unfortunately seem to be an issue with the sidebar. Please use the following Custom CSS to completely remove the sidebar.
/* Clearly remove sidebar */ #secondary { display: none; } #primary { width: 1000px; }Let me know how that goes.
Hi Andrew,
Thank you for your answer.
Both of the commands functioned perfectly.
Defne
Super, glad we could resolve that.
Replies on this thread are closed.
Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.