Responsive in pages - by graphics - on WordPress WooCommerce support

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

  • Avatar: graphics
    graphics
    Participant
    January 9, 2020 at 11:08

    Hi,

    I have never touched the responsive of my website, it works alone and good but I have some textes that are too big for mobile version, how can i define the size of textes just in small size and keep it like it is for Large size ?
    https://prnt.sc/ql8dmi
    https://prnt.sc/ql8dvt

    3 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 9, 2020 at 11:24

    Hello,

    For categories https://prnt.sc/ql8dvt you can add this code in Theme Options > Theme Custom CSS > Custom CSS for mobile:

    .category-grid .categories-mask h4 {
        font-size: 10px !important;
    }

    http://prntscr.com/ql8m0b
    For headings, like https://prnt.sc/ql8dmi , you can add custom class http://prntscr.com/ql8nds and the next code in Cusrom CSS for moblie:

    .mobile-heading {
        font-size: 20px;
    }

    Regards

    Avatar: graphics
    graphics
    Participant
    January 9, 2020 at 12:00

    Thank you for your help !!
    I understand the principe and for the categories it works fine but for the mobile tittles i have this now :
    https://prnt.sc/ql97oe

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 9, 2020 at 16:26

    Hello,

    Provide URL of the page, please.

    Regards

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

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

Helpful Topics

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