Title size

Professional Business Joomla template for corporate and business websites suitable for showing stock quotes, up to date news, portfolio management resources or international market data.
GK User
Wed Aug 01, 2012 4:38 pm
For me, title size is too large in the articles. How to change the size of the title when publishing an article (Joomla)? Where is the css to make this change?
User avatar
Senior Boarder

Konrad M
Wed Aug 01, 2012 7:50 pm
Hi,
please try add to override.css
Code: Select all
.contentheading {
font-size: 45px;
}

and decrease this value to fit your needs. Remember to enable override.css option in template settings.
User avatar

GK User
Thu Aug 02, 2012 5:45 am
Konrad M wrote:Hi,
please try add to override.css
Code: Select all
.contentheading {
font-size: 45px;
}

and decrease this value to fit your needs. Remember to enable override.css option in template settings.

It works perfectly.
Thank you for your efficient help.
User avatar
Senior Boarder


cron