How to change the font of the side

Hello everybody,
sorry for this stupid question, but perhaps someone can give me an answer.

I want to add an own text at the bottom of the index page (first page).
I can write the text directly on this page, but how can i change the font of the text? I don't want to change the whole text on the site at the general.css. Only my new added text. Like other font and some words should be bold and so on.

I use dolphin 5.6 with tmpl_dol

Sorry for my english

Best regards Sanne

Quote · 23 Oct 2008

You can use HTML tags, for example:

 

<p style="font-family:Geneva, Arial, Helvetica, sans-serif; font-size:14px; font-weight:bold; color:#FF0000;">You text here</p>

 

Or you can create a new CSS class:

 

 .my_text
 {

  font-family:Tahoma,Verdana,Arial;
  font-size:13px;
  text-align:center;
 }

<p class="my_text">You text here</p>

 

 

Life is a fatal disease, sexually transmissible - Virginity is carcinogenic! Ask here for vaccine.
Quote · 23 Oct 2008
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.