Skip to:
Content
Pages
Categories
Search
Top
Bottom

Removing mobile header on topic pages

Viewing 5 replies - 1 through 5 (of 5 total)
  • @robin-w

    Moderator

    hmmm… Not entirely sure this will work, but try

    bbp style pack

    once activated go to

    dashboard>settings>bbp style pack>theme support

    let me know if this helps or not

    @allyhouston

    Participant

    Thanks Robin.

    I don’t see any specific options for the header there.

    Astra got back to me to say I can click into topics and disable the mobile header, or use the bulk edit plugin, but obviously that would require manually changing this for new topics as they arise which doesn’t work at scale and is imperfect as the header will be visible until this manual job is done.

    Any other thoughts?

    @robin-w

    Moderator

    try this in the custom css of your theme

    .bbpress div#ast-mobile-header.ast-mobile-header-wrap {
    	display: none !important;
    }

    @allyhouston

    Participant

    That worked. Thank you very much!

    @robin-w

    Moderator

    great – glad you are fixed !!

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