Skip to:
Content
Pages
Categories
Search
Top
Bottom

I want hide tags

Viewing 10 replies - 1 through 10 (of 10 total)
  • @ipstenu

    Moderator

    Set topic-tags and post-form-tags-container in your CSS to display:none

    @1onely

    Member

    I did not understand

    Where the css??

    @ipstenu

    Moderator

    @newhostingtalk

    Member

    you should to create style.css file in your theme directory too.

    @1onely

    Member

    thanks

    @1onely

    Member

    ok i create style.css in /public_html/forum

    and what ?

    please help

    @ipstenu

    Moderator

    Read this: https://bbpress.org/documentation/themes/

    See how in step 1 it says to make sure you have a my-templates folder?

    You’ll be putting style.css in /public_html/forum/my-templates/NEWTEMPLATE/

    With a header in style.css like this:

    /*
    Theme Name: The name of your cool new theme.
    Theme URI: Your theme's url. Maybe it's the blog post you wrote about it.
    Description: Describe your theme here. You can be nice and say something like "Blues and Greens in a two-column format" or enigmatic and say "The river here is only waist deep".
    Version: Always number your releases. Please only use numbers and decimal points (yes, we broke our own rule).
    Author: Author of the original theme,
    Author URI: and his or her url.
    Ported By: Name of the person who ported the theme to bbPress (if applicable),
    Porter URI: and his or her url.
    */

    Under that you’ll put your custom CSS like

    topic-tags { display: none; }

    post-form-tags-container { display: none; }

    @1onely

    Member

    I have tried but its not working

    Can I send information ftp to you ?

    please send me email >>

    @1onely

    Member

    please help me Ipstenu

    @mbileppress

    Member

    me either i need to hide the tags. They are consuming some space that i can use for other purpose like our Facebook fan page or link to twitter account.

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