Font size Joomla 2.5 Verdana

Feel free to talk about everything related to our Joomla Products
Rate this topic: Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.
GK User
Mon Mar 12, 2012 12:48 pm
Hi,

I have downloaded World News II, but Bebas Neue Font did not support the Danish Characters.

I changed to Verdana, but the characters are larger, so the headers are not displayed correctly. Where do I change the font size in headers, menus and text?
User avatar
Expert Boarder

GK User
Wed Mar 14, 2012 3:42 am
You need to be more specific as there are lots of texts using different classes.
For Menu, use below css in your override.css ( templates/gk_twn2/css/override.css ). Make sure css override is enabled in template settings > advanced settings > css override "on"

Change values to your required value.
Code: Select all
/* Menu Font Size */
div.gk-menu > ul.level0 > li > a > span.menu-title { font-size: 20px ;}


See you around...
User avatar
Platinum Boarder

GK User
Tue Mar 20, 2012 9:01 am
Hi
Can you guide me to this.
Step by step. Like: Go to administrator, log in, ....

I have no idea where to find css and so on.

I really hope you can help me.

Best
Louis
User avatar
Expert Boarder

GK User
Tue Mar 20, 2012 1:33 pm
HI,
I have now downloaded Extplorer and with that I mangaged to find CSS and overide. I am now able to change menu fonts.

So can you guide me to how to change the modules fonts and the fonts in the article?

Best

Louis
User avatar
Expert Boarder

GK User
Wed Mar 21, 2012 8:33 am
You can use following class to change font sizes.

Code: Select all
/* News Show Pro GK4 Gallery Title Font Size */
.nspArt h4.nspHeader, .nspArt h4.nspHeader a { font-size: 18px; }

/* News Show Pro GK4 P Tag Font Size */
.nspArt p.nspText { font-size: 12px; }

/* News Show Pro GK4 Links Title Font Size */
div.header .nspLinks ul li h4 { font-size: 16px; }

/* Standard News Show Pro GK4 Links Title Font Size */
.nspLinks ul li h4 a { font-size: 10px; }

/* Standard News Show Pro GK4 Links P Tag Font Size */
.nspLinks ul li p { font-size: 12px; }

/* Module Title Font Size */
#gkPage .box > div > h3.header,
#gkPage .box_text > div > h3.header { font-size: 18px; }

/* Tabs Title Font Size */
ul.gkTabs li { font-size: 18px; }

/* Joomla Article Font Size */
.articleContent { font-size: 10px; }

/* K2 Item Font Size */
.itemBody { font-size: 12px;}



See you around...
User avatar
Platinum Boarder

GK User
Fri Mar 23, 2012 8:45 am
Hi and thanks a lot :D

Theese codes combined with the one for menu in the earlier post will allow me to change all fonts sizes?

Are they all going to be placed in the override css as mentioned previously for the menu?

Best

Louis

normanUK wrote:You can use following class to change font sizes.

Code: Select all
/* News Show Pro GK4 Gallery Title Font Size */
.nspArt h4.nspHeader, .nspArt h4.nspHeader a { font-size: 18px; }

/* News Show Pro GK4 P Tag Font Size */
.nspArt p.nspText { font-size: 12px; }

/* News Show Pro GK4 Links Title Font Size */
div.header .nspLinks ul li h4 { font-size: 16px; }

/* Standard News Show Pro GK4 Links Title Font Size */
.nspLinks ul li h4 a { font-size: 10px; }

/* Standard News Show Pro GK4 Links P Tag Font Size */
.nspLinks ul li p { font-size: 12px; }

/* Module Title Font Size */
#gkPage .box > div > h3.header,
#gkPage .box_text > div > h3.header { font-size: 18px; }

/* Tabs Title Font Size */
ul.gkTabs li { font-size: 18px; }

/* Joomla Article Font Size */
.articleContent { font-size: 10px; }

/* K2 Item Font Size */
.itemBody { font-size: 12px;}



See you around...
User avatar
Expert Boarder

GK User
Fri Mar 23, 2012 8:57 am
Yes these are the main ones, of course there are lots of them in template but majority are using standard text so its not necessary to change them unless you want to.

You should include all your css overrides in overrides.css file so in case you need to update your template you just backup override.css file , update your template, then simply copy back override.css in to your css folder, so this way you can be sure your css changes are in one place.

See you around...
User avatar
Platinum Boarder

GK User
Fri Mar 23, 2012 10:43 pm
HI,

I have tried to put the mentioned into override, and have been partly succesful. For example the popular, comments, tags - module now looks better. Is it possible to write something down so it is easy to see which override apply to a specific module.

The reason why I ask is that it is very difficult to align the modules now as they are in the wonderful looking demo with Bebas Neue Font? What can I do to make it look just as good?

And do you have overrides which apply to the article headers?

Best

Louis
User avatar
Expert Boarder

GK User
Tue Mar 27, 2012 4:02 am
It would help us if you can post your website link so we can see what is not working. Thank you.
User avatar
Platinum Boarder

GK User
Tue Mar 27, 2012 7:19 am
Hi,

It is not a live site but if you make your pc point to ip 86.48.90.168 you will see what is planned to be the new site for www.fritidsmagasinet.dk

Best
User avatar
Expert Boarder

GK User
Tue Mar 27, 2012 7:26 am
Ip adress points to Apache 2 Test Page. Please check, thank you.
User avatar
Platinum Boarder

GK User
Thu Mar 29, 2012 2:30 pm
Hi,

If you use this in your hostfile 86.48.90.168 it will point to the new site. This is the old live site 86.48.90.169 for www.fritidsmagasinet.dk
User avatar
Expert Boarder

GK User
Sat Mar 31, 2012 12:24 pm
Hi,
I have more or less the same issue. I would like to know to what ccs files do I have to look at to change the font size in category listings, article header, etc.
I am a little confused after reading different answers in the forums.
I am using K2. I guess I have to go to a ccs file (which?) and look for the words "font-size" and copy paste the concerned line to the override.css file with the desired size?
Thanks
User avatar
Junior Boarder

GK User
Sat Mar 31, 2012 12:44 pm
Hi, it's me again :lol:
I have found it, suppose that the problem was because of the cache time and I could not see the changes.
What I have done is to look at gk2.css, copy paste the concerned line to the override.css file and change the font size (in override.css only) as desired.
I had read this somewhere else...
I think that such an important thing as the font size should be much more straight forward.
User avatar
Junior Boarder

GK User
Thu Apr 05, 2012 3:54 am
I have tried to access your site many times but always seen apache2 test page, glad you got it fixed, see you around ;)
User avatar
Platinum Boarder

GK User
Thu Apr 05, 2012 6:24 pm
Hi,

You have to use the ip adress 86.48.90.168 and force your pc to point to that.

Best

xxxxx

From my host:
Det er nok fordi du anvender "fritidsmagasinet.dk" som hostnavn?

Du skal anvende IP-adressen for den nye server (86.48.90.168), da domænet stadig peger på den gamle (nuværende) server.
User avatar
Expert Boarder

GK User
Sat May 26, 2012 2:53 pm
@Norman: I can do that mate, don't use IP as a web link, map this to your hosts file:
Code: Select all
86.48.90.168   www.fritidsmagasinet.dk

Save it and go to your browser and surf the site www.fritidsmagasinet.dk you will see his dev site.

Cheers,
User avatar
Platinum Boarder

GK User
Sat May 26, 2012 3:02 pm
Yes i have seen that when you have forwarded an email ;) Thanks again tho.

See you around...
User avatar
Platinum Boarder


cron