• Resolved lantiis

    (@lantiis)


    I love this theme – it is exactly what I was looking for and helped me to streamline my base site design with my blog – wonderful! Just one real issue…

    How do I disable the social sharing options that come pre-packaged? I prefer a specific plugin. It wouldn’t be so bad except the G+1 is in a location I don’t like and the Tweet option is interfering with my post and bio text and the word is split “T” and “WEET”. The date is fine though I wish it was a darker color.

    Can any of this be fixed or changed in the code somewhere?

    Scroll down here to see what I am talking about.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author ceslava

    (@ceslava)

    Thanks lantiis

    On the Extra CSS field for the social sharing you can push it to the right with:

    #sidebarcompartir a, #sidebarcompartir iframe, #sidebarcompartir > div {
    margin-left: 641px;}

    Or disable it

    #sidebarcompartir a, #sidebarcompartir iframe, #sidebarcompartir > div {display:none}

    In order to change the date color

    #metadatos span{color:#000;}

    Best regards

    Thread Starter lantiis

    (@lantiis)

    Thank you!! This worked perfectly!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Disable Share on Social Media’ is closed to new replies.