change color and size

GK User
Sat Jan 15, 2011 9:04 pm
Hi

Is it possible to reduce the bordersize of the dropdown menu and also change the color?
also would like to reduce the size of the title of an aricle (attachment).

thank you for help
alex
sporter.jpg
User avatar
Junior Boarder

GK User
Sat Jan 15, 2011 9:49 pm
Hi, to reduce border please change the margin value on line 142 in file template.css
Code: Select all
.gk-menu ul.level0 div.childcontent ul { background: #fff; margin: 10px; }

to change title size modify line 67 in file joomla.css
Code: Select all
.contentheading { font-size:250%; line-height:normal; clear:both; overflow:hidden; padding-bottom: 5px; margin:10px 0 0 0; }
User avatar
Platinum Boarder

GK User
Sat Jan 15, 2011 10:16 pm
Hi

I tried out both ways but nothing happened! Also refreshed site!
User avatar
Junior Boarder

GK User
Sat Jan 15, 2011 11:27 pm
Hi

Please enable override.css file on template parameters and then add this line on this file:

Code: Select all
.gk-menu ul.level0 div.childcontent ul {margin: 2px;padding: 10px 0;}


The result should be something like this:

screen1.png



About the header issue, you can also add your our font size on this file.

Code: Select all
.componentheading {font-size: ...}
h2.page_title {font-size: ...}
.contentheading {font-size: ...}
a.contentpagetitle {font-size: ...}


From your screenshot, i'm not sure what header are you using.

Cheers ;)
User avatar
Platinum Boarder


cron