Independent publisher 2 site identity on blog posts
-
I am using the independent publisher 2 theme and am having a problem. I use featured images on all my posts, and they have text on them (the post title). However, the site identity shows up over the top of the featured image. How can I remove the site identity from just my posts?
Here is an example:
https://trialsandtriumphs.blog/2017/07/20/dead-or-alive/The blog I need help with is: (visible only to logged in users)
-
You’d need some custom CSS to hide the site title and tagline only on single posts:
.single .site-branding { visibility: hidden; }Custom CSS is available with the Premium or Business plans. If you’re interested in upgrading your plan from Personal to Premium, just let me know and we can assist with that.
-
-
Okay, I have upgraded my site. How can I ensure that it only changes on certain pages (i.e. posts only)?
-
The CSS code I gave you earlier would hide the site title and tagline just on single blog posts. Open your Customizer‘s CSS panel, erase the default comments, and add the CSS there. Let me know how it goes.
-
It worked well! Thank you. How can I hide the social media icons on the same page? How can I find the CSS code for that?
-
Great!
To also hide the social icons on single posts, first, remove the CSS I gave you earlier.
Then add this instead:
.single .inner { visibility: hidden; }
- The topic ‘Independent publisher 2 site identity on blog posts’ is closed to new replies.