Want to change font size...

In this board you can talk about general questions about phpMyFAQ

Moderator: Thorsten

Post Reply
Damo
Posts: 12
Joined: Wed May 11, 2011 8:06 am

Want to change font size...

Post by Damo »

This might sound silly, but I am trying to change the font size of the news title that displays on the main page of your FAQ. The code is:

Code: Select all

<div id="news"> 
<h3><a name="news_1" href="/guide/news/1/en/...">MY TITLE<img class="goNews" src="images/more.gif" width="11" height="11" alt="MY TITLE" /></a></h3>
I want to change the H3 tags to H2 tags, but I can't work out where this code is generated. I have looked in all the places I expected to find it, but it just can't. Can anyone tell me which file I need to look in?
jason102178
Posts: 200
Joined: Tue Nov 02, 2010 9:08 am
Location: United States-Ohio
Contact:

Re: Want to change font size...

Post by jason102178 »

You can do this by editing /templates/default/style.css



Cheers,

Jason
phpMyFAQ Quality Assurance / Forum Moderator
Amazon.com Wishlist
Damo
Posts: 12
Joined: Wed May 11, 2011 8:06 am

Re: Want to change font size...

Post by Damo »

Modifying the CSS file won't allow me to change the tags to H2 - the only thing I would be able to do is modify the size of H3 elements, which I don't want to do. I just want to change the tags in the code, from

Code: Select all

<h3>
to

Code: Select all

<h2>
Post Reply