Italic font on Contact Page

GK User
Mon Apr 16, 2012 3:30 pm
Hi

I am trying to set the font that is Italic on the contact page to normal, I have managed to do this OK with the email address, telephone number and fax but just cannot find the .css code to change the address (as per attached screen shot)

Any advise would be great

Thanks

Screen Shot 2012-04-16 at 15.27.06.png
User avatar
Expert Boarder

Konrad M
Wed Apr 18, 2012 11:09 am
Hi,
Can you give us url to your site?
User avatar

GK User
Tue May 08, 2012 6:50 pm
Konrad M wrote:Hi,
Can you give us url to your site?



The site is not actually live yet and I am working on the testing server.

Do you happen to know how I can change this particular section of text, it is the only part of the site I am not able to change in the .css files.

Many thanks
User avatar
Expert Boarder

Konrad M
Wed May 09, 2012 1:04 pm
Please give us some screen.
User avatar

GK User
Wed May 09, 2012 1:49 pm
Konrad M wrote:Please give us some screen.



There is a screen shot in my original question (see the first question in the thread)
User avatar
Expert Boarder

Konrad M
Fri May 11, 2012 5:14 pm
Try add to override.css
Code: Select all
address {
font-style:normal !important;
}

and remember to enable override.css option in template settings
User avatar

GK User
Wed Dec 05, 2012 3:26 pm
Konrad M wrote:Try add to override.css
Code: Select all
address {
font-style:normal !important;
}

and remember to enable override.css option in template settings


I have same problem in gk-startup. Your solution works, but I would like to know from where this italic comes?
In wich CSS-file is class: contact, contact-address, etc.

I do not see any styling when using Firebug, but then from where is this italic inherited?

Henrik
User avatar
Expert Boarder

Konrad M
Wed Dec 05, 2012 4:07 pm
@flexsus in most browsers the address would be rendered in italic type. It is default value for font-style attribute. So you don't find it in any CSS file.
User avatar


cron