Need help with Category name text position (PunBB)..
Page 1 of 1
Need help with Category name text position (PunBB)..
Hi,
I'm a PunBB user and would like to reposition each Category white text title, so its appears under the Category badge logo for each seperate Category. There's 5 seperate Categories on my forum so far, example...
I have used this code (below) in the (Admin/ Categories and forums/ Modify a category area)
to make a small separate graphic appear in each Category field, here's some examples:
Then I added this to my CSS:
My second Category image link:
Followed by some more CSS code:
And so on for 5 categories, I need the Category white text title under the logos, how do i do it? I hope this is clear to understand.
Here's the original link where i used the idea from:
https://help.forumotion.com/t142777-set-different-icons-for-each-category-title?highlight=text+position+in+category+punbb
I appreciate any help,
Thanks,
Clivverton.
I'm a PunBB user and would like to reposition each Category white text title, so its appears under the Category badge logo for each seperate Category. There's 5 seperate Categories on my forum so far, example...
I have used this code (below) in the (Admin/ Categories and forums/ Modify a category area)
to make a small separate graphic appear in each Category field, here's some examples:
|
Then I added this to my CSS:
- Code:
.cat1:after {
content:url("http://i68.servimg.com/u/f68/18/36/29/04/12_png10.png");
vertical-align:left;
}
My second Category image link:
- Code:
<span class="cat2"></span>"My 2nd category title goes here"
Followed by some more CSS code:
- Code:
.cat2:after {
content:url("http://i21.servimg.com/u/f21/18/36/29/04/15_png11.png");
vertical-align:left;
}
And so on for 5 categories, I need the Category white text title under the logos, how do i do it? I hope this is clear to understand.
Here's the original link where i used the idea from:
https://help.forumotion.com/t142777-set-different-icons-for-each-category-title?highlight=text+position+in+category+punbb
I appreciate any help,
Thanks,
Clivverton.
Last edited by clivverton on March 7th 2016, 4:48 pm; edited 1 time in total
Guest- Guest
Re: Need help with Category name text position (PunBB)..
Just to let you know, when you send code, it is always best to add BBCode around the code to make it easier to read and copy/paste. Smilies may take affect in the code, same with hash tags and name tagging.
How to send code?
Second one can be used for just hex colors or other purposes.
How to send code?
- Code:
[code]Example[/code]
|
Second one can be used for just hex colors or other purposes.
Take Notes- Helper
- Posts : 2337
Reputation : 324
Language : English
Location : Forumountain
Re: Need help with Category name text position (PunBB)..
Sorry about that, Forumedic
I will try correcting my mistake above.
Thanks for the posting tip.
I will try correcting my mistake above.
Thanks for the posting tip.
Guest- Guest
Similar topics
» Text position
» Category Showing as "Forum" instead of the category name.
» Text is not visible on full reply & messed up emoticon box position
» Category Text Issue
» Lastpost Text area stays small after increasing the width in Category.
» Category Showing as "Forum" instead of the category name.
» Text is not visible on full reply & messed up emoticon box position
» Category Text Issue
» Lastpost Text area stays small after increasing the width in Category.
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum