Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1041434
    Christopher
    Moderator

    Hi there,

    Please try this code:

    .site,.x-logobar,.x-colophon.bottom,.x-navbar{
        background-color: transparent;
    }
    .bbpress .x-logobar,.bbpress .x-colophon.bottom,.bbpress .x-navbar{
        background-color: red;
    }
    li.bbp-header, .bbp-body>ul, .bbp-body>div.hentry {
        border-right: none;
        border-left: none;
    }
    

    Provide us with Buddypress URL.

    Hope it helps.

    #1041490
    lubabalo
    Participant
    This reply has been marked as private.
    #1041841
    Joao
    Moderator

    Hi There,

    Your screenshots did not upload.

    Would be much better if you could provide us your URL.

    If you can“t please upload the screenshots with less than 500kb

    Thanks,

    Joao

    #1042939
    lubabalo
    Participant
    This reply has been marked as private.
    #1043835
    Rad
    Moderator

    Hi there,

    Would you mind re-uploading your screenshots? I can’t find the page of being discussed, or page that has the issue.

    Thanks!

    #1043955
    lubabalo
    Participant

    (1.)bbpress
    This is for the bbpress form.
    please see attachment
    these is the url to the pages
    http://ayandzet.com/forum/

    (2.)buddypress
    this is the url: http://ayandzet.com/members/lubabalo/
    I want to remove the borders and be able to change the colors.
    please see pictures attached

    #1043957
    lubabalo
    Participant

    picture one

    #1043965
    lubabalo
    Participant

    screen 1

    #1043966
    lubabalo
    Participant

    i can’t load the pictures please use the url as attache

    #1043982
    lubabalo
    Participant

    this is for the buddy press

    #1043991
    lubabalo
    Participant

    this one is for the bbpress forum.

    #1044458
    Rue Nel
    Moderator

    Hello There,

    Thanks for providing the screenshots. To resolve this issue, please add the following css code in the customizer, Appearance > Customize > Custom > CSS

    /* Members page */
    .buddypress #item-header {
        background-color: #fff;
        border: none;
    }
    
    .buddypress .x-item-list-tabs-nav>ul {
        margin: 0 auto;
        border: none;
    }
    
    .buddypress .x-item-list-tabs-nav,
    .buddypress .x-item-list-tabs-nav>ul>li>a, 
    .buddypress .x-item-list-tabs-nav>ul>li>span,
    .buddypress .item-list>li,
    .buddypress .x-list-item-meta-inner {
        border: none;
    }
    
    /* Forum page */
    .x-bbp-search-form,
    .bbp-header,
    .bbp-footer {
        background-color:rgba(0,0,0,0.25);
    }
    
    .x-bbp-search-form,
    .bbp-header,
    .bbp-footer {
        border: none;
    }

    Hope this helps. Please let us know how it goes.

  • <script> jQuery(function($){ $("#no-reply-1020941 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>