Skip to:
Content
Pages
Categories
Search
Top
Bottom

Bullet Points on the Buddypress Menu


  • otty-dev
    Participant

    @ottiya

    1) Can someone help me with the code needed to remove these bullet points from the Buddypress Menu? Can I put the code in a plugin like custom css?

    bullet points

    2) also, my default page setting has a sidebar, but I want the Buddypress pages all to be full-width. How can I change that?

    BuddyPress version 2.9.1 & WordPress version 4.8.2

Viewing 4 replies - 1 through 4 (of 4 total)
  • Regarding your first question, it appears that your theme is adding marks to your navigation menu. You’ll need to inspect the element to see what rule is causing it, then override it. (Or choose a different theme.)

    Regarding your second question, if your theme has a full-width page template, select it for your BuddyPress pages. If it doesn’t you’ll have to create one, or choose a different theme.


    otty-dev
    Participant

    @ottiya

    I’m still trying to find what’s going on. I tried link-style none but that doesn’t work.

    How exactly can I choose the full-width page template for all of the BuddyPress pages?


    Varun Dubey
    Participant

    @vapvarun

    @ottiya

    You could add a template file named buddypress.php to your theme’s directory, and BP would use that template instead since that file is ahead of page.php in the hierarchy above.

    If your theme has full-width template file for page, you can use the same to create buddypress.php

    For further details, you can check https://codex.buddypress.org/themes/theme-compatibility-1-7/template-hierarchy/


    otty-dev
    Participant

    @ottiya

    okay thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.
Skip to toolbar