Skip to:
Content
Pages
Categories
Search
Top
Bottom

[Resolved] How to delete repeated Titles on my Group pages?


  • Iryna_B
    Participant

    @iryna_b

    WP – 3.92
    BP – 2.1

    Hello,
    My group pages display the main group title 3 times: above the group avatar, aside of avatar and below it. How to delete 2 of them and just leave the top above avatar group title? What file do I need to modify and what exactly should I put it?
    Thank you!

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

  • Iryna_B
    Participant

    @iryna_b

    Anyone?
    I was able to delete 1 title, but as for the other one, I’m having difficulties choosing the right selector. In the Firebug, the code I’m looking for stands under div id=”bbpress-forums” and it is <h3>my title</h3>. I’m not sure what to put in my style.css to delete that <h3>my title</h3>.
    Could you me please advice me?


    danbp
    Moderator

    @danbp

    hi @iryna_b,

    try this
    div#bbpress-forums h3 {display:none!important;}


    Iryna_B
    Participant

    @iryna_b

    Awesome! Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Resolved] How to delete repeated Titles on my Group pages?’ is closed to new replies.
Skip to toolbar