The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
So, yeah, I've coloured one of my channels using: <font color="color">Channel</font>, problem is everything works alright until I open the channel, when I open the channel, tab name reads exactly the BBcode I inserted.. could someone help me please?
|
|
#2
|
||||
|
||||
|
That's not BBCode. It's poorly formed HTML.
Use: <span style="color:red"> on the left side and </span> on the right. Obviously change the color to whatever you like. |
| Благодарность от: | ||
| Ninja04 | ||
|
#3
|
|||
|
|||
|
Thank you so much, that was very fast!
|
|
#4
|
|||
|
|||
|
What to do?
|
|
#5
|
||||
|
||||
|
You can not use html-tags in forum-titles. You have to use css:
HTML Code:
.forumX .forum-title {color:red}
|
| 2 благодарности(ей) от: | ||
| In Omnibus, Ninja04 | ||
|
#6
|
|||
|
|||
|
I added it to Customized CSS, I replaced X with NODE ID in Channel Manager but color is not there brother
|
|
#7
|
||||
|
||||
|
Quote:
HTML Code:
.forum-list-container #forumX.forum-item .cell-forum > .forum-wrapper > .forum-info > .forum-title {color: red !important;}
|
| 2 благодарности(ей) от: | ||
| Ninja04 | ||
![]() |
|
|