Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #3636488
Buddypress UI is wired
Closed

Comments

  •  1
    Ram Kumar started the conversation

    Hi,

    Please note that I have installed Buddypress and bbpress and I have a few issues. Please find the below issues.

    1) Buddy press UI is not user-friendly and looks wired. Please find the screenshot for your kind reference.
    2) BBpress: I have added forums and topics but the user is not able to see still getting on information msg. Please find the screenshot for your kind reference.

    Attached files:  buddypress.png
      Screenshot 2024-04-27 073001.png

  •  2,540
    PenciDesign replied

    Hi,

    Please send me the URL that is related to your questions, I'll check it and then send you a custom CSS code.

    Regards,
    PenciDesign.


  •   Ram Kumar replied privately
  •  2,540
    PenciDesign replied

    Hi,

    Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:

    .component-navigation.groups-nav,
    .component-navigation.groups-nav li {
      list-style: none;
      margin: 0;
      padding: 0;
    } .bp-priority-subnav-nav-items,
    .bp-priority-subnav-nav-items li,
    .bp-priority-object-nav-nav-items,
    .bp-priority-object-nav-nav-items li{
      list-style: none;
      margin: 0 !important;;
      padding:0 !important;;
    }
    .bp-priority-subnav-nav-items li a,
    .bp-priority-object-nav-nav-items li a {
      font-size: 12px;
    }

    Regards,
    PenciDesign.