Create A Forum - Support Forums

Support => General Support => Topic started by: Griff Grof on February 08, 2013, 11:53:29 am

Title: How to make text bigger?
Post by: Griff Grof on February 08, 2013, 11:53:29 am
Just wondering how you make certain elements of text bigger.. An example of this would be the page numbers in threads, which are a bit small and fiddly - how would you make these bigger and bolder?


Thanks in advance!  :)
Title: Re: How to make text bigger?
Post by: aIURbliS on February 08, 2013, 05:38:22 pm
You select the Element, a.navPages, and set the font size to whatever you want. Here's an example:
Code: [Select]
a.navPages {
    font-size: 1.3em
}
You add that to your Style, however you should use the F3 button to check for any conflicting code and modify that instead.