remove text on community page
-
Under “stories” -“community”, I’m looking to remove the descriptive paragraphs from that page so they only show up on single post pages
The blog I need help with is: (visible only to logged in users)
-
Hello there!
I’m not seeing descriptive paragraphs on that page, is this still an issue?
Thanks,
Sage -
Yeah, it shows up when the window is a certain size. Try adjusting the size of your window.
-
Thanks!
Dropping this code in your custom CSS area should do the trick:
.category-community .entry-body { display: none; }Let me know if that doesn’t work!
Sage -
-
-
oh shoot, i spoke too soon. It solves my problem on the community page but then when i click on single post page, it all disappears. I would like my gallery and descriptive paragraph to be viewed on single post pages
-
Ah, sorry about that!
This should work better:
.archive.category-community .entry-body { display: none; }Let me know if it doesn’t work!
Sage -
-
Could you help me center align the posts (text and image) on “birth”, “family” , “commitment”, “aging”, “end of life”, “illness” and “community”?
-
Yeah, I’d be happy to help, would you mind creating a new thread for it, though? Just helps keep everything sorted and easy for people to find in the future if they’re looking for the same fixes :)
Thanks,
Sage -
Yeah no prob. It can be found here. :
https://en.forums.wordpress.com/topic/center-align-posts?replies=1#post-2889105 -
- The topic ‘remove text on community page’ is closed to new replies.