Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].
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..
Hi 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.