change embossed font for text

GK User
Mon Jan 16, 2012 8:22 am
how do i change the 'embossed' look for the font on the main body of the articles ?

I want a normal simple font similar to the bottom of the page

http://www.fashionistos.biz/index.php/about1

thanks
User avatar
Junior Boarder

Konrad M
Mon Jan 16, 2012 9:39 am
Hi
You need to go to template settings and go to FONTS section. Here you have selectors and fonts added to them.
Find #gkMainNav, #gkNav and try remove them.
User avatar

GK User
Mon Jan 16, 2012 9:03 pm
removed in template admin but did not change font
User avatar
Junior Boarder

Konrad M
Mon Jan 16, 2012 9:20 pm
Ok. Can you send me PM with access to joomla panel and tell me what font type you want to set.
User avatar

teitbite
Tue Jan 17, 2012 6:05 am
Hi

This problem is solved. Client contacted me by Skype. Your solution worked Konrad I've just confirmed that and removed the shadow from under the text using this css:

Code: Select all
#gkComponent > div > h1, #gkComponent > div > h2, #gkComponent > div > h1 a, #gkComponent > div > h2 a, #mainPage, .itemHeader .itemTitle, #mainPage .box > div > h3, #mainPage .box_menu > div > h3, #mainPage .box_text > div > h3, h2, h3, a.readon {
    text-shadow: 0 0;
}
User avatar
Moderator


cron