How can i change title font?

Professional Joomla restaurant template comes with a custom animated modules and advanced typography elements.
GK User
Wed Sep 19, 2012 4:58 pm
please see in attach. i want to change font in mark area.
User avatar
Fresh Boarder

GK User
Wed Sep 19, 2012 5:55 pm
Global header title css class is below, if you need specific place let us know.

Lower or increase 16px.
Code: Select all
.header { font-size: 16px!important;}


Add above code in to css/override.css in templates folder and enable css override from template settings > advanced settings > css override "on".

See you around...
User avatar
Platinum Boarder

GK User
Thu Sep 20, 2012 3:37 pm
i try to change font style.
Code: Select all
 @import url(http://fonts.googleapis.com/css?family=Cantora+One);
 .header { font-family: 'Cantora One', sans-serif;}

already enabled css override but still not work.
User avatar
Fresh Boarder

GK User
Fri Sep 21, 2012 8:42 am
Post your website link and I ll take a look. It is easier that way to diagnose and see what's happening.

See you around...
User avatar
Platinum Boarder

GK User
Fri Sep 21, 2012 4:39 pm
User avatar
Fresh Boarder

GK User
Sun Sep 23, 2012 5:24 am
Please add !important at the end of the css so it doesn't get overwritten by any other css files that loads after it.

See changed line at the end.
Code: Select all
@import url(http://fonts.googleapis.com/css?family=Cantora+One);
.header { font-family: 'Cantora One', sans-serif!important;}


See you around...
User avatar
Platinum Boarder


cron