forum title

  1. questlot

    XF 2.2 How to show Board title on every Page on search engine

    I want my forum board title to shown on every page on the search engine. My board title shows on every forum page but doesn't appear on search engine. Any workaround to make the bold title appear on the Google search engine? E.g., thread title-board title (family planning ideas | Hax Forums)...
  2. cosmin85

    Unmaintained Remove forum title from your forum

    Go to admin panel - appearance - styles - your style - templates - extra.less and simply add this code to your extra.less : [data-template="forum_list"] { .p-title-value { display: none; } .p-title { float: right; } } /**********/ Live Demo ...
  3. BassMan

    [cXF] Hide forum title only on forum list

    To hide forum title only on forum list you can add this code to your extra.less template: /*** Hide forum title on forum list ***/ [data-template="forum_list"] { .p-title-value { display: none; } .p-title { float: right; } } /**********/ Result: To float the...
Top Bottom