URI:
   DIR Return Create A Forum - Home
       ---------------------------------------------------------
       Create A Forum - Support Forums
  HTML https://support.createaforum.com
       ---------------------------------------------------------
       *****************************************************
   DIR Return to: General Support
       *****************************************************
       #Post#: 9467--------------------------------------------------
       Change Font Size
   DIR By: JEV
       Date: April 20, 2013, 3:23 pm
       ---------------------------------------------------------
       I'm sorry if this is in the wrong section, but it seems like the
       "Style Support" section doesn't have many views and I would like
       to fix this ASAP, but I understand if the topic has to be moved.
       I read the sticky topics over at the sytle support section, but
       still can't get around this. How can I decrease the font size of
       the title and description of the sections?
       I have gone over the CSS of the style (light blue) and can't
       find anything to change this. Can anyone please help?
       This is how it looks like and what I want to change is circled
       in red.
  HTML http://s15.postimg.org/4wlnehfq3/Untitled3.png
       Thank you.
       #Post#: 9470--------------------------------------------------
       Re: Change Font Size
   DIR By: xboi209
       Date: April 20, 2013, 4:52 pm
       ---------------------------------------------------------
       So you read the stickied topics, do you know the element to
       modify yet?
       #Post#: 9479--------------------------------------------------
       Re: Change Font Size
   DIR By: JEV
       Date: April 21, 2013, 12:29 pm
       ---------------------------------------------------------
       I did, I just can't understand how that relates to the CSS and
       the parts I need to change. This is what I get:
       "About the Forums": <a class="subject"
       href="
  HTML http://bjlforums.createaforum.com/about-the-forums/"<br
       />name="b2">About the Forums</a>
       "Check out the latest news about the forums": <p>Check out the
       latest news about the forums.</p>
       And I don't know what I have to do to change the font size.
       #Post#: 9484--------------------------------------------------
       Re: Change Font Size
   DIR By: xboi209
       Date: April 21, 2013, 2:55 pm
       ---------------------------------------------------------
       Pretty close, you narrowed it down but that still isn't the
       element. Here's where you look for the element:
  HTML http://i.imgur.com/Sd2H15S.png
       Also this entirely relates to CSS because you don't want to be
       changing the font for everything, but instead you want to change
       the font for one specific thing. So the element is "a.subject",
       now you need to change the font size. Looking on the right hand
       side of the Developer Console, the font-size is set to 110% so
       this is how you decrease it:
       --- Code ---
       
       a.subject {
       font-size:100%
       }
       
       --- End Code ---
       #Post#: 9485--------------------------------------------------
       Re: Change Font Size
   DIR By: JEV
       Date: April 21, 2013, 5:59 pm
       ---------------------------------------------------------
       Oh, I see. That's exactly it, now I was able to change it. Thank
       you so much! :)
       *****************************************************
       Page 1 of 1