Joomla.it Forum
Non solo Joomla... => Sviluppo => : Paolo 22 Dec 2006, 11:27:50
-
Come posso modificare il css della newsletter in Letterman!? Ho inserito dei link alla fine della newsletter ma continuo a vederli nei colori standard (blu sottolineato) e vorrei cambiarli a mio piacere... Devo modificare il css del template!? Perchè creando la newsletter con Dreamwever e impostandogli il css interno, Joomla non lo riconosce...
ciao ciao
-
C'è il richiamo al css?? Se c'è a quale punta?
-
Non sembra esserci alcun richiamo a file css... nella configurazione del componente c'è questo messaggio:
@import url("base.css"); /*Base css file with text resizers and width buttons*/
/*Uncomment one of these files if you want a fixed width with no stylechange width button*/
/*@import url("800fixed.css"); Fixed width 800 px*/
/*@import url("1024fixed.css"); Fixed width 1024 px*/
@import url("customize.css"); /*Use this file to customize your website*/
/*This CSS controls the width of the logo. You must also set the line height of the H1 tag to the same height of your logo for SEO*/
/*To adjust the height you will need to edit the topbar and body.bodyfluid.topbar classes in 800.css and 1024.css*/
/*If you are using the fixed width option you must change the 800fixed.css or 1024fixed.css to adjust the width*/
.topbar h1{
position:relative;
margin:0;
padding:0;
background:url(../images/logo.png) no-repeat 20px 0;
height: 90px;
padding-top:50px;
padding-bottom:20px;
}
.topbar h1 a{
display:block;
text-indent:-5000px;
text-decoration:none;
width:250px;
line-height:44px;
}
.topbar {
position:relative;
width:100%;
}
body.contentpane {
background:#fff
}
-
In ogni modo con Dreamwever devi puntare al css di Joomla, altrimenti non puoi vedere le modifiche.
-
Ciao,
mi sa che in letterman 1.2.3 c'è la possibilità di modificare il CSS direttamente da backend.
Bye
SgNaPpO