SMF Support > SMF 2.0.x Support

I NEED HELP PLEASE!

(1/1)

xtasyy:
Hi all.

i have some questions.
1st , how i cam change/edit, the size/font/color on "code" dialog/box ?
and
2nd , how i can change/edit, font/size on posts/topics, of forum?
i mean, i need change only the font on TOPICS ..
thanks

joshyc5:
What??

i cant understand yiur grammer

xtasyy:
i want edit the size and font text on the code box

like this :
--- Code: ---sdfsdfsadf
--- End code ---

Bulakbol:
Edit your style.css. Find the "code" class rule and change the values of color: and background-color:.


To change the topic font size, edit your Sources/MessageIndex.php and find

--- Code: ---'link' => '<a href="' . $scripturl . '?topic=' . $row['ID_TOPIC'] . '.0">' . $row['firstSubject'] . '</a>'
--- End code ---
replace with

--- Quote ---'link' => '<a href="' . $scripturl . '?topic=' . $row['ID_TOPIC'] . '.0" style="font-size: 15pt;">' . $row['firstSubject'] . '</a>'
--- End quote ---

Change the 15 to  the size you want.

Navigation

[0] Message Index

Go to full version