Topic: I need to make signature a different font style
I need to choose a differen font face/style/colour.
How can I achieve this please?
Thanks
Mark
You are not logged in. Please login or register.
PunBB Forums → PunBB 1.3 troubleshooting → I need to make signature a different font style
I need to choose a differen font face/style/colour.
How can I achieve this please?
Thanks
Mark
[ color=hexvalue]? Example: [ color=#FF0000] (red)
I think he mean to change default attributes in css
In that case,
.sig-content{
font-family: serif; /* or your favorite font */
color: #F00; /* or your favorite color in word form or hex (or rgb, etc.) */
/* and any style you want to apply to the signature box */
}
sorted, thanks a lot.
Yes I meant which CSS should I change. It turned out to be obvious, I should have been able to find that, sorry
PunBB Forums → PunBB 1.3 troubleshooting → I need to make signature a different font style
Powered by PunBB, supported by Informer Technologies, Inc.