Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #943547

    I’ve tried the following code however it does not seem to work.
    Could you kindly advise?

    I’m trying to change the font size and weight of the footer (contact us and site links section)

    #footer .textwidget {
    font-size: 4px !important;
    font-weight: 300 !important;
    }

    Webpage:

    #943879

    Hey xxxinkxxx,

    You are not targeting the actual elements, try this if you want to target paragraphs for instance:

    #footer .textwidget p {
    font-size: 4px !important;
    font-weight: 300 !important;
    }

    Best regards,
    Rikard

    #944267

    looks like I need to brush up on my CSS, thanks!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘How to change font size and weight in the footer?’ is closed to new replies.