bbPress and BuddyPress pages / issues with text and page format

Two issues withpages for bbPress and BuddyPress

Pages titles getting covered up. needs to be more space above title.
Can’t edit page.
Have tried customized css but not working.
Please see attachments
Credentials to follow in secure note.
same with page font / too light and small. have entered multiple css fixes via
X < launch < css

Hi there,

The problem that you are experiencing for the Title going behind the header is because of the Custom CSS code below you added to the website:

I could not find the COMMUNITY menu item to check the font. Please share with us the URL of the page they are talking about.

Meanwhile please remove all your Custom CSS code temporarily and check the case. If it shows normal without your CSS code you need to find the causing issue on your code.

Thank you.

Not sure what I am supposed to do.
Any code I added was provided by support.
I didn’t add that code on my own.

Hello There,

To resolve your issue, you need to increase the Navbar Top height. At the moment it is only set at 80 pixels. So I have logged in to your site and went ahead to resolve the issue. I increased it to 125 pixels.

Please check your site now.

I’m checking site now.
Thank you so very very much,

Pages look great
Thanks so much.
Can you tell me how to increase the font size on the pages
and change the gray colored font to an almost black font?

Hi there,

Please add this CSS to your global custom CSS

.x-bbp-item-info-header .bbp-admin-links a, .buddypress .x-item-list-tabs-nav>ul>li>a, .buddypress .x-item-list-tabs-nav>ul>li>span {
color: #000 !important;
}

I also recommend increasing their font-size.

Thanks!

I am confused.
I added the following to global custom css

I was provided the css by 2 separate support individuals.

_/*_
_// bbPress font fix - provided by support_
_*/_

.bbp-forums-list>li, 
.bbp-topic-revision-log>li, 
.bbp-reply-revision-log>li {
color: #000 !important;
font-size: 16px !important;
font-weight: bold !important;
}


_/*_
_// BuddyPress font fix - provided by support_
_*/_
.x-bbp-item-info-header  .bbp-admin-links a, .buddypress .x-item-list-tabs-nav>ul>li>a, .buddypress .x-item-list-tabs-nav>ul>li>span {
color: #000 !important;
font-size: 16px !important;
}

Hi there,

I don’t understand exactly what is the request here. Did you add the CSS code my colleague mentioned here and it did not work for you?

Would you please give us the exact URL of the pages you have the screenshot to follow up? I can not find the Community menu to investigate further.

Please give us the exact request of what you want to do with which section of the page.

Thank you.

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