Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
how i BOLD my threds titiles font
#1
How can i Bold my threds fond

And how i increase size of tred titil font?

Any way!!!

I am using DigitalX theme

Have look to Attach
=============


Attached Files
.gif   ss.gif (Size: 24.19 KB / Downloads: 7)


Reply
#2
To bold the thread name, go to:

Your Admin CP -> Templates -> Modify / Delete -> *your template set* -> Forum Display Templates -> forumdisplay_thread

Find this:

Code:
<a href="showthread.php?tid=$thread[tid]">$thread[subject]</a>

To bold the thread name, change $thread[subject] to:

Code:
<a href="showthread.php?tid=$thread[tid]" style="font-weight: bold;">$thread[subject]</a>

If you want it to have a large text size too, change it to this instead:
Code:
<a href="showthread.php?tid=$thread[tid]" style="font-size: ##px; font-weight: bold;">$thread[subject]</a>
Change ## to a number in pixels - the default font size is 11px, I believe

Also, since this deals with templates, I'm moving it to Templates & Themes.
Reply
#3
Thnxx i needed that too and thanxx for requesting This HasanulBanna.K


Thnk You,
Sufyan
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)