Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #861570

    Hi,

    I installed the plugin Buddypress in the Enfold theme. The problem is… I set up to turn off the sidebar option in the page, ex) Activity Streams, Members. But the sidebar shows up still in the pages.

    http://dghis.org/members/

    http://dghis.org/activity-streams/

    Could you tell me, how I make that the sidebar in those page doesn’t appear?

    Thanks

    • This topic was modified 6 years, 6 months ago by yuwonkim.
    #861597

    Hey yuwonkim,
    Try this code in the General Styling > Quick CSS field:

    .buddypress main {
      border-right: 0 none !important;
      max-width: 100% !important;
      width: 100% !important;
    }
    .buddypress aside {
      display: none !important;
    }
    .buddypress .main_color main {
    border-color: transparent!important; 
    }

    Best regards,
    Mike

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.