Page title editing - Joomla! Forum - community, help and support
hiya, ive been looking @ google , these forums couldnt find anwser question here goes.
im creating template, , in template got fixed spot pagetitles wich rendered php font generator.
however cant seem find code edit able change way page titles stored or rendered.
if point me in right direction id appreciate it
- dlate
im creating template, , in template got fixed spot pagetitles wich rendered php font generator.
however cant seem find code edit able change way page titles stored or rendered.
if point me in right direction id appreciate it
- dlate
the fonts , sizes params page titles etc found in .css file
these can edited through joomlas template manager, or found in templates directory.
changeing these should allow change of page titles etc. have play ....
/* headers */
div.componentheading {
padding-left: 0px;
}
h1 {
padding: 0;
font-family:helvetica ,arial,sans-serif;
font-size: 1.3em;
font-weight: bold;
vertical-align: bottom;
color: #666;
text-align: left;
width: 100%;
}
h2, .contentheading {
padding: 0;
font-family: arial, helvetica,sans-serif;
font-size: 1.4em;
font-weight: normal;
vertical-align: bottom;
color: #333;
text-align: left;
width: 100%;
}
table.contentpaneopen h3 {
margin-top: 25px;
}
h4 {
font-family: arial, helvetica, sans-serif;
color: #333;
}
h3, .componentheading, table.moduletable th, legend {
margin: 0;
font-weight: bold;
font-family: helvetica,arial,sans-serif;
font-size: 1.5em;
padding-left: 0px;
margin-bottom: 10px;
text-align: left;
}
/* small text */
.small {
font-size: .90em;
color: #999;
font-weight: normal;
text-align: left;
}
.modifydate {
height: 20px;
vertical-align: bottom;
font-size: .90em;
color: #999;
font-weight: normal;
text-align: left;
}
.createdate {
height: 20px;
vertical-align: top;
font-size: .90em;
color: #999;
font-weight: normal;
vertical-align: top;
padding-bottom: 5px;
padding-top: 0px;
}
these can edited through joomlas template manager, or found in templates directory.
changeing these should allow change of page titles etc. have play ....
/* headers */
div.componentheading {
padding-left: 0px;
}
h1 {
padding: 0;
font-family:helvetica ,arial,sans-serif;
font-size: 1.3em;
font-weight: bold;
vertical-align: bottom;
color: #666;
text-align: left;
width: 100%;
}
h2, .contentheading {
padding: 0;
font-family: arial, helvetica,sans-serif;
font-size: 1.4em;
font-weight: normal;
vertical-align: bottom;
color: #333;
text-align: left;
width: 100%;
}
table.contentpaneopen h3 {
margin-top: 25px;
}
h4 {
font-family: arial, helvetica, sans-serif;
color: #333;
}
h3, .componentheading, table.moduletable th, legend {
margin: 0;
font-weight: bold;
font-family: helvetica,arial,sans-serif;
font-size: 1.5em;
padding-left: 0px;
margin-bottom: 10px;
text-align: left;
}
/* small text */
.small {
font-size: .90em;
color: #999;
font-weight: normal;
text-align: left;
}
.modifydate {
height: 20px;
vertical-align: bottom;
font-size: .90em;
color: #999;
font-weight: normal;
text-align: left;
}
.createdate {
height: 20px;
vertical-align: top;
font-size: .90em;
color: #999;
font-weight: normal;
vertical-align: top;
padding-bottom: 5px;
padding-top: 0px;
}
Comments
Post a Comment