|
#1
|
||||
|
||||
|
change the fonts for comments?
can you change the fonts in the comments section?
heres the link to an example.. http://www.abellongoria.com/index.php?showimage=20 i was looking to change it to Arial 8pt in general to match the rest of the page etc.. lemme know where i need to look in order to tweak it a bit. im using the pixelpost-light template... thanks in advance! ive tried looking for the variable myself but never found it... abel. |
|
#2
|
|||
|
|||
|
Abel,
when you look into the generated output of that page, you will see that the comments are placed in a Code:
<div id="comments"> Code:
#comments {
width:590px;
padding:10px;
background:#fff;
font-size:10px;
border-left:1px solid #999;
border-right:1px solid #999;
border-top:0px;
border-bottom:1px solid #999;
}
#comments ul {
list-style-type:none;
margin:0px;
padding:10px;
}
#comments li {
display:block;
margin:0px;
color:#444;
text-decoration:none;
padding:3px;
}
#comments li a {
color:#444;
text-decoration:none;
}
#comments li:hover {
background:#f5f5f5;
}
#comments li a:hover {
background:#f5f5f5;
}
:lol: |
|
#3
|
|||
|
|||
|
ahh got it working now...
thanks a ton. im am completely new to PHP so im learning quite a bit in a short period of time... thaaks |
|
#4
|
||||
|
||||
|
whoops. apparently i didnt log in for that last comment...
|
| Post Reply |
| Thread Tools | |
|
|