How to remove the box around the lower sharing bar?

Posted in: Newspaper
Post count: 70

How to remove this box and the word ‘share’?

to make the sharing bar exact the same as the one top of a post:

Thank you!

  • This topic was modified 8 years by xbass.
  • This topic was modified 8 years by xbass.
  • This topic was modified 8 years by xbass.
  • This topic was modified 8 years by xbass.
Post count: 22421

Hello,

Please add this code in your theme panel-> custom css box:

.td-post-share-title{
display:none;
}
.td-post-sharing-bottom{
border:none;
padding:0!important;
}

Thank you!

Post count: 70

Aha that’s easier than expected, thanks a lot!

Is it possible to make it the same size as the upper row of buttons?

Related to this, another question: when activating ‘tweet’ (in the same row) I only get a small word ‘tweet’, is this not supposed to be a button?

Actually I planned to move to a custom made theme for a more corporate identity, but I discovered there’s so much freedom of customization that I and decided to stay with Tagdiv, and soon also my second blog. Thanks to the outstanding support as well.

  • This reply was modified 8 years by xbass.
  • This reply was modified 8 years by xbass.
Post count: 22421

Hello,
Thank you for your appreciation.
The second smaller tweet button used to be a tweet counter, but twitter since then removed the functionality and no longer allows twwet counts on their platform so the button became a simple tweet button. If you want to replace it with another network for example, try this method:
https://forum.tagdiv.com/topic/how-to-add-a-vk-sharing-button-on-your-posts/
or
https://forum.tagdiv.com/topic/add-linkedin-sharing-button/

Thank you!

Post count: 70

That’s good to know.

regarding the first part of my question, is there an option to make the lower button size the same as the upper one?

Thank you.

Post count: 22421

You can try it by altering the padding of the buttons, but it has to be made for each button in particular. It will be a bit of a hassle to change the padding and icon/text position for each button.

Here is an example for facebook:

.td-post-sharing-bottom .td-social-facebook{
padding: 10px 22px 4px 9px!important;
}

The text “share on facebook to match the top one can be added here: https://www.screencast.com/t/MBF1tFvOSngl

Thanks

Post count: 70

Which editor is that?

Post count: 22421

That is a file. It is not an editor. The IDE we use is called ‘phpstrorm’ but you can use notepad++ as well as it’s free and provide the necessary functionality.

Thank you!

Viewing 8 posts - 1 through 8 (of 8 total)
The forum ‘Newspaper’ is closed to new topics and replies.