Change footer typography - by JonathanM - on WordPress WooCommerce support

This topic has 2 replies, 2 voices, and was last updated 7 years, 1 month ago ago by Olga Barlow

  • Avatar: JonathanM
    JonathanM
    Participant
    February 9, 2017 at 11:19

    Hi,

    In typography settings I can only change body and heading font and size (besides navigation).
    How can I customize a text in a various text boxes (regarding fonts)? Change the size definition of H1 H2…
    Also, how can I change the typography and size of the text in the footer?

    Thanks,

    1 Answer
    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    February 11, 2017 at 11:14

    Hello,

    We have some general Typography settings but, unfortunately, there are no options for every heading and paragraph that used in different places.
    If you want to change the H1 – H6 sizes, colors etc you can use custom CSS and child theme style.css to place changes, for example http://prntscr.com/e7b4si
    Also, you may change the font-size, font-color, font-family in Custom Heading element if you use it in content http://prntscr.com/e7b63e

    Use the custom styles to change the footer typography, for example

    .footer h6 {
        font-size: 1.1em;
        line-height: 1.5;
        color: #000 !important;
    }

    If you tell me in details what changes you need then I could send you the necessary code.

    Regards

  • Viewing 2 results - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.