Skip to:
Content
Pages
Categories
Search
Top
Bottom

Remove ‘creator’ ‘topic’ and breadcrumbs

  • @aboutm2

    Participant

    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

    Try

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

    @aboutm2

    Participant
    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

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

    @aboutm2

    Participant

    The topic is to the community

    @robin-w

    Moderator

    no problem, hopefully someone will help 🙂

    @nativelinum

    Blocked

    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