Problem with pagetitle in systemparameter

GK User
Tue Feb 01, 2011 12:25 am
hi there!

would like to hide the title of a component (heading). tried to hide it in systemparameter but it is still shown. There I can change the name of the component but if I hide it it is still shown?
User avatar
Junior Boarder

teitbite
Wed Feb 02, 2011 1:29 am
Hi

Please show me what exacly You want to hide.
User avatar
Moderator

GK User
Thu Feb 03, 2011 4:49 pm
I would like to resize and recolor the componentheading.

thnx 4 help
User avatar
Junior Boarder

GK User
Thu Feb 03, 2011 5:01 pm
Code: Select all
@joomla.css (line 67)
h2 {
    font-size: 150%;
}
@template.css (line 42)
h1, h2, h3, h4, h5 {
    color: #2D2D2D;
}
User avatar
Fresh Boarder

GK User
Thu Feb 03, 2011 5:23 pm
Doesn´t work! also tried to tape it to override.css!

but no luck?
User avatar
Junior Boarder

GK User
Thu Feb 03, 2011 7:15 pm
My css was changed. The componentheading is in joomla.css page 64 (aprox):
Code: Select all
.componentheading, h2.page_title{
font-size: 200%;
color: #000000;
font-weight: bold;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #e5e5e5;
line-height: normal;
clear: both;
overflow-x: hidden;
overflow-y: hidden;
padding-bottom: 12px;
margin-bottom: 32px;
}
User avatar
Fresh Boarder


cron