Ciao ragazzi ho un problema con il template che ho realizzato con XXXXXXX.
In pratica vorrei diminuire le dimensioni dei titoli in prima pagina, ma non sò dove agire sul TEMPLATE.CSSNe ho provati alcuni andando a modificare il font-size, ma senza riuscirci...
Quale è il parametro che agisce sulla dimensione dei titoli???
Questo è l'inizio del css..
body, p
{
margin: 0.5em 0;
font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
font-style: normal;
font-weight: normal;
font-size: 13px;
text-align: justify;
}
body
{
background-attachment: scroll;
background-color: #F5FAFD;
background-image: url("../images/page_t.jpg");
background-position: left top;
background-repeat: no-repeat;
color: #3333A5;
margin-bottom: 0;
margin-left: auto;
margin-right: auto;
margin-top: 0;
padding-bottom: 0;
padding-left: 0;
padding-right: 0;
padding-top: 0;
font-size: 10pt !important;
text-align: justify!important;
}
h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited,
.art-postheader, .art-postheader a, .art-postheader a:link, .art-postheader a:visited, .art-postheader a:hover,
.art-blockheader .t, .art-vmenublockheader .t, .art-logo-text, .art-logo-text a,
h1.art-logo-name, h1.art-logo-name a, h1.art-logo-name a:link, h1.art-logo-name a:visited, h1.art-logo-name a:hover
{
text-decoration: none;
font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
font-style: normal;
font-weight: bold;
font-size: 20px;
text-align: left;
fatemi sapere
grazie