Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1030898

    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.

    #1030944

    Hey jelle,

    Add this to quick css:

    #footer h3.widgettitle{
        text-align: center;
        font-style: italic;
        text-transform: unset;
    }

    Best regards,
    Jordan Shannon

    #1031150

    hi jordan, that did the job, thanks!
    you can close this one now as far as im concerned.
    best regards, jelle

    #1031536

    Hi,

    Great, glad you got it working and thanks for the update. I’ll close this thread for now then, please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘change footer font style’ is closed to new replies.