Sharing buttons hidden behind 'share' icon in Theme

  • Unknown's avatar

    Hello,

    The theme I am currently using by default puts the ‘sharing’ buttongs e.g. facebook, twitter etc. behind the share icon (the square with the arrow in it).

    It does this despite my settings which show I want several share options not to be hidden.

    For example:
    http://alexroan.com/2014/11/18/street-kyoto/

    The theme owners responded that this is not customisable in their theme.

    Can anyone tell me if there is custom CSS I can add to display the sharing options at the bottom of the post, not hidden behind the share button.

    Thank you
    Alex

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Copy this under your existing custom CSS and let me know what you think:

    article .share-wrap {
      display:block;
      position:static;
      padding:0;
      box-shadow:none;
    }
    
    .sharedaddy-wrap .share-button {
      display:none!important;
    }
  • Unknown's avatar

    Hey, Halluke, your the best :)

    I added the CSS and it seems to work well. I have the share icons now visible in the post.

    Thank you so much for this, I really appreciate your help :)

    Alex

  • The topic ‘Sharing buttons hidden behind 'share' icon in Theme’ is closed to new replies.