Info
- 11 posts
- 4 voices
- Started 2 years ago by 1onely
- Latest reply from mbileppress
- This topic is not resolved
I want hide tags
-
- Posted 2 years ago #
Hello
I want hide tags
-
- Posted 2 years ago #
Set
topic-tagsandpost-form-tags-containerin your CSS todisplay:none -
- Posted 2 years ago #
I did not understand
Where the css?? -
- Posted 2 years ago #
-
- Posted 2 years ago #
you should to create style.css file in your theme directory too.
-
- Posted 2 years ago #
thanks
-
- Posted 2 years ago #
ok i create style.css in /public_html/forum
and what ?
please help -
- Posted 2 years ago #
Read this: http://bbpress.org/documentation/themes/
See how in step 1 it says to make sure you have a
my-templatesfolder?You'll be putting
style.cssin/public_html/forum/my-templates/NEWTEMPLATE/With a header in
style.csslike 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; } -
- Posted 2 years ago #
I have tried but its not working
Can I send information ftp to you ?
please send me email >> -
- Posted 2 years ago #
please help me Ipstenu
-
- Posted 1 year ago #
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.
-
You must log in to post.