Skip to:
Content
Pages
Categories
Search
Top
Bottom

Remove ‘creator’ ‘topic’ and breadcrumbs


  • Allinop
    Participant

    @aboutm2

    Re allinop.com

    1. I have tried using bbpress style pakc to remove the words ‘creator’ ‘topic’ that are above every reply to no avail (bbstylepack > topic/reply display > 10. > 0px , but this did not work

    2. I used bbstyle pack to disable all breadcrumbs. An unintended side effect is that topic titles also got removed. (now breadcrumb disable has been deselected).

    Are there any css solutions for the above?

Viewing 6 replies - 1 through 6 (of 6 total)

  • Robin W
    Moderator

    @robin-w

    Try

    li.bbp-header {
    display : none ;
    }
    
    div.bbp-topic-header div.bbp-meta {
    display : none ;
    }

    Allinop
    Participant

    @aboutm2

    li.bbp-header {
    display : none ;
    }

    That removes ‘creator’ ‘topic’ above the main topic post but not above the reply box which still shows ‘creator’ ‘topic’

    The second css removes the post date which i would like to have.

    With regards to the topic title I would like to achieve the same styling in this forum, a minimalistic topic title in bold with no breadcrumbs


    Robin W
    Moderator

    @robin-w

    sorry, I’m not an individual site design service 🙂


    Allinop
    Participant

    @aboutm2

    The topic is to the community


    Robin W
    Moderator

    @robin-w

    no problem, hopefully someone will help 🙂


    nativelinum
    Blocked

    @nativelinum

    you need to solve your error with chatgpt

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