Blue title header in bbpress forum catagory/ forums

Support Forums for LiveMesh Themes & Plugins Forums Invent Theme Support Blue title header in bbpress forum catagory/ forums

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #26798
    myetutors
    Participant

    Hello phoenix,
    I am stuck up with bbpress forum. I unable to remove the blue header on bbpress pages.
    I could not find any relevant support here
    please help me out

    #26807
    Veena
    Moderator

    Can you pls share a link to this page, will suggest you the required custom CSS.

    #26808
    myetutors
    Participant
    This reply has been marked as private.
    #26809
    myetutors
    Participant
    This reply has been marked as private.
    #26815
    Veena
    Moderator

    You can use the below custom CSS –

    .forum-archive.bbpress #title-area {
        display: none;
    }
    

    If you want to remove single bbpress page titlearea then you can add this also-

    .forum.bbpress.single-forum #title-area {
        display: none;
    }
    
    #26817
    myetutors
    Participant

    Hello phoenix,
    Its working fine
    thanks for the support.

    thanks,

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Blue title header in bbpress forum catagory/ forums’ is closed to new replies.