Reduce size of font in slider - by Dan - on WordPress WooCommerce support

This topic has 2 replies, 2 voices, and was last updated 4 years, 2 months ago ago by Rose Tyler

  • Avatar: Dan
    Dan
    Participant
    March 5, 2020 at 10:02

    Hi

    https://kingsfarmshop.co.uk/

    How do I reduce the size of the secondary h3 font for mobile devices. If you view the page you will see the font looks oversized, just need to reduce it for smaller screen devices.

    1 Answer
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 5, 2020 at 10:08

    Hello,

    We will add new settings to configure font-size for different devices in one of the next theme updates.
    As a temporary solution, you can use the next custom CSS code:

    @media only screen and (max-width: 1200px)  {
        .home .slide-content h3 {
            font-size: 18px !important;
        }
    }

    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.