Uppercase to k2 articles

Support forum dedicated to GameNews game Joomla template perfect for gamers, game portal news and reviews with dedicated extensions for rating and video support
Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Wed Jan 15, 2014 12:41 pm
Reply with quote
Report this post
Hello,

I want to change uppercase from k2 titles. I have been search at css/template and css/k2 but i didn't find the word uppercase to change it at "none". So i think it's more difficult. Any idea?
User avatar
Senior Boarder

GK User
Wed Jan 15, 2014 2:52 pm
Reply with quote
Report this post
Hi,
easy ... always use Firebug which can help you find or uppercase in css files.

Please use
Code: Select all
h1 { text-transform: none;  }


If you don't know how to use Custom CSS, please read: http://www.gavick.com/documentation/joo ... -template/
User avatar
Platinum Boarder

GK User
Wed Jan 15, 2014 10:21 pm
Reply with quote
Report this post
Hello Pawel,

I have insert the code in "custom CSS code" but nothing changed. I have clear the cache and cookies also. What happened?
User avatar
Senior Boarder

GK User
Thu Jan 16, 2014 9:24 am
Reply with quote
Report this post
Did you checked in article view or in only blog view ?
Because I didn't know which one.


Now we have two options:
1) You will send me URL
2) you will use !important; after none like this,
Code: Select all
h1, h2 { text-transform: none !important; }
User avatar
Platinum Boarder

GK User
Thu Jan 16, 2014 11:48 am
Reply with quote
Report this post
You are perfect Pawel. With this command works now. Thank you very much!
User avatar
Senior Boarder


cron