This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Clearly-Social icons on uploaded photos

Resolved 3 replies themetheme-clearly
11 years ago · Last reply by Andrew Misplon 11 years ago

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

3
  1. Andrew Misplon Staff 11 years, 11 months ago

    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.

  2. Defne 11 years, 11 months ago

    Hi Andrew,

    Thank you for your answer.
    Both of the commands functioned perfectly.

    Defne

  3. Andrew Misplon Staff 11 years, 11 months ago

    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.

Have a different question or issue?

Start New Thread