Buddypress Page Title Gap

Hi dear Apex Team

I’ve already spent some hours figuring out, how I can remove the Space on the Buddypress Sites. But so far to no avail.

In the settings I found a option to turn off the WooCommerce Store Heading. But on the Buddypress Site it’s missing and when I delete the heading text, I get a huge gap on all Buddypress Sites.

Do you have the code or CSS to remove the Space?

Hello Lagger,

Thanks for writing in!

Look like the spacing is showing up when user is logged into BuddyPress. Can you please share the login details in secure note for us to take a closer look?

Thanks.

Hi Prasat. I’ve added the Secure Note :wink:

Hi Lagger,

It seems that you have changed your WordPress backend URL as I’m seeing the following error.

I have tried both /wp-login.php and /wp-admin. Could you please update with the correct information, so that we can assist you further.

Thanks!

Hi mldarshana

I’ve added the Login URL to the Secure Note

Hello Lagger,

Thanks for updating the thread.

Please add following CSS under Pro > Theme Options > CSS:

.buddypress .h-landmark {
    display: none;
}

1- I have found the proper CSS code selector using the Chrome browser Developer Toolbar: https://www.youtube.com/watch?v=wcFnnxfA70g

2- For the CSS code itself, I suggest that you get started with this tutorial: https://www.youtube.com/watch?v=yfoY53QXEnI

Thanks.

1 Like

Worked, thanks! :smiley:

You’re welcome! :slight_smile:

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