hello, what quick css would it take to change the footer font style? *
its at the left now, in capital letters, but i want it in the middle in normal or italic font.
Hey jelle,
Add this to quick css:
#footer h3.widgettitle{
text-align: center;
font-style: italic;
text-transform: unset;
}
Best regards,
Jordan Shannon
hi jordan, that did the job, thanks!
you can close this one now as far as im concerned.
best regards, jelle