Remove CAPITALS from <h3 class="header">

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
Mon Feb 18, 2013 4:57 pm
Hi,

I'm trying to change the font to remove capitalisation from the menu modules. I have already used the Font settings in template manager to change the generic font to Oxygen.

But module names are still showing like full caps.

gavick.png


Any ideas lovely folks?
User avatar
Fresh Boarder

GK User
Mon Feb 18, 2013 5:12 pm
Hi,

Please remove:

Code: Select all
text-transform: uppercase;


for the following selectors:

Code: Select all
.box > h3,
.box_menu > h3,
.box_text > h3


in the template.css file.
User avatar
Administrator

GK User
Mon Feb 18, 2013 5:18 pm
dziudek wrote:Hi,

Please remove:

Code: Select all
text-transform: uppercase;


for the following selectors:

Code: Select all
.box > h3,
.box_menu > h3,
.box_text > h3


in the template.css file.


Hoorah!

Thankyou :)
User avatar
Fresh Boarder


cron