BuddyBoss Home – Web › Support Forums › Themes › BuddyBoss theme › Removing page title from mobile layout
- This topic has 13 replies, 2 contibutors, and was last updated 8 years, 9 months ago by Anonymous.
Question
February 6, 2016 at 1:25 am #58283@george123I have
.entry-title{
display: none !important;
}in my css.. but it still shows the page title at the top of all pages, when you are using mobile.
Answers
February 6, 2016 at 5:13 pm #58347@george123Is there a way for me to remove all of the page titles, EXCEPT for the member groups? I don’t need page titles displayed anywhere.. the code above does that.. but it also removes GROUP titles.. Thank you.
February 6, 2016 at 7:29 pm #58362@george123Any idea what the page IDs are for the activity page, forum index page, etc?
February 7, 2016 at 2:17 pm #58427@
AnonymousHi @george123
You can use https://wordpress.org/plugins/reveal-ids-for-wp-admin-25/ to get id col for each post type
RegardsFebruary 8, 2016 at 10:57 am #58512@george123This doesn’t help.
I need the page IDs for pages not shown in wp-admin such as the activity page and latest forum topics page and forums index page.
February 9, 2016 at 12:22 pm #58674@george123bump
February 10, 2016 at 6:19 am #58800@
Anonymoushi @george123
For your site
Activity page is id 5
If you need to hide page title for it you can use following css
.page-id-5 .entry-header { display:none; }
Regards
Varun DubeyFebruary 11, 2016 at 11:35 am #58937@george123I also then need to know the page id for the Forums Index.
Also, when I do this, it doesn’t change it on Mobile.
Take a look at my homepage. Page title is hidden, but on mobile, it shows?
February 13, 2016 at 1:30 pm #59134@
AnonymousHi @george123
I have added following at your site .page .entry-header will remove page title from all pages and .bbpress .entry-header will remove title from all forum specific pages.page .entry-header , .bbpress .entry-header { display:none; }
Regards
February 13, 2016 at 1:35 pm #59135@george123@vapvarun Thank you for your help but whatever you did messed up the profile page spacing for each member. Not sure if it’s a code we did or you did? Thanks again.
February 13, 2016 at 1:37 pm #59136February 13, 2016 at 1:45 pm #59137@
AnonymousNo other edits are made my side, you can also remove my codes to cross check from customize >> custom css options
RegardsFebruary 13, 2016 at 1:57 pm #59140@george123Fixed it with margin-top: 125px;.. thanks.. this can be closed.
February 15, 2016 at 11:17 am #59307@
AnonymousOkay fine,
Regards
Varun Dubey
- The question ‘Removing page title from mobile layout’ is closed to new replies.