Urgent::Remove capital letter of title

GK User
Fri Jun 03, 2011 2:56 pm
"JOAN SWEETWATER EYES" in small letter "Joan Sweetwater eyes" in the frontpage and in full article. Not in the whole website menu. Because we change it in the template, it changes all the font of the website.

Thank you very

Djlan
User avatar
Fresh Boarder

GK User
Fri Jun 03, 2011 6:24 pm
Hello, can you show us your website ?


You have to search on your CSS for "uppercase" and replace it to "none"
User avatar
Expert Boarder

teitbite
Fri Jun 03, 2011 6:25 pm
Hi

Please show me Your site.
User avatar
Moderator

GK User
Fri Jun 03, 2011 6:42 pm
This my website http://forums.afreekelection.com/. I have another difficuty about the space between paragraph in the module news pro gk4 in the frontpage. See the screenshot attached.
space-paragraph.jpg
User avatar
Fresh Boarder

GK User
Fri Jun 03, 2011 7:24 pm
It's the font that causes those issues, try by adding on override.css this


a.moduleItemTitle, h3 {

font-family: Arial, Sans-Serif !important;
}
User avatar
Expert Boarder

teitbite
Sun Jun 05, 2011 9:34 am
Hi

Please try also if it can be done with changing the line-height:

Code: Select all
.header .nsp_art .nsp_header {
    line-height: 30px;
}
User avatar
Moderator


cron