Integrity:Single Blog Posts Page: tags, social buttons, box shadow

Hi Team,

I recently switched to the Integrity stack and have been looking up a few questions on the forum but haven’t had much success. Maybe you can help with the below:

  1. I have the AddThis social buttons plugin which worked fine on the Ethos stack, but now in Integrity it is not showing up. Specifically it is inline buttons that are placed right below the title of the single blog post. What is the solution for the buttons to appear again?

  2. Remove the box shadow & outline/post border from the single blog posts page

  3. Post tags: they currently appear as blocks at the end of the post. Can they be placed right below the regular post meta (date, author, category) in a single blog post and be regular text, something like this --> (tag icon) post tag 1, post tag 2, post tag 3, etc.

  4. Increase the spacing from where the single blog post ends & where the comments section starts

  5. Tags widget: remove the borders around each individual tag and have all tags be the same size and displayed as regular text separated by commas.

Thank you very much.

Hi Sylvia,

Thank you for writing in, 1) The AddThis social buttons are showing up on my end, please clarify. Try clearing your browser’s cache and all your caching plugins.



  1. Please add this to Theme Options > CSS
.single-post .entry-wrap {
	box-shadow: none;
}
  1. Nope, we can only style it or remove it.

  2. Please add this to Theme Options > CSS

.single-post .tco-comments-area {
	margin-top: 45px;
}
  1. Please add this to Theme Options > CSS as well.
.widget_tag_cloud .tagcloud a {
	border: none;
	float: none;
	font-size: 16px !important;
	padding: 0;
}
.widget_tag_cloud .tagcloud a:after {
	content: ",";
}

Ok, here’s the thing, those custom CSS I provided above might not work on your site because of the syntax errors that you have on Theme Options > CSS



Please change your block commenting to /* */

Comments in CSS

Hope it helps,
Cheers!

Hi @friech,

Works beautifully - thank you! You guys are great!

You’re most welcome!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.