News:

Create A Forum Installed

Author Topic: Custom titles  (Read 1971 times)

0 Members and 1 Guest are viewing this topic.

Offline CyanProductions

  • Newbie
  • *
  • Posts: 39
  • Karma: -1
    • View Profile

Badges: (View All)
Level 3 10 Posts Karma Good
Re: Custom titles
« on: January 03, 2015, 06:07:11 pm »
However if you would like to give a specific title a color, use this:

Footers:

Code: [Select]
<script>
var CustomTitle = 'X';

$('li.titile').filter(function () {
    return $(this).text() === CustomTitle;
}).css('color', 'red');
</script>

Chnage X to the custom title

 

Related Topics

  Subject / Started by Replies Last post
5 Replies
585 Views
Last post April 20, 2012, 03:21:06 am
by aIURbliS
2 Replies
394 Views
Last post January 21, 2013, 12:34:59 am
by Illimani
6 Replies
1952 Views
Last post September 28, 2015, 09:09:05 pm
by CreateAForum
1 Replies
482 Views
Last post January 05, 2020, 01:08:16 am
by CreateAForum
5 Replies
1393 Views
Last post October 16, 2020, 04:38:07 am
by CreateAForum