• Resolved emenay

    (@emenay)


    Is there a way to change the font size of a product listing? When adding a new product the title is not, at present, customisable and is set to default. Although large, on a desktop it’s not too much of an issue but when viewed on a mobile it looks awful.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Stef

    (@serafinnyc)

    Hello @emenay you’re using WP Blocks to override WooCommerce core styling. Also, some themes use their own styling. If there isn’t a dashboard to change the font size you can override the style by adding CSS in the Additional CSS style section. Go to Customize > Additional CSS and add this.

    .wp-block-post-title{
    font-size:29px !important;
    text-transform:capitalize !important;
    }
    Thread Starter emenay

    (@emenay)

    Thank you. This looks like it worked.

    Plugin Support Rajesh K. (woo-hc)

    (@rajeshml)

    Hello @emenay,

    Glad to know that your issue was resolved by adding the CSS code provided by @serafinnyc. I will mark this thread as resolved. Should you have further inquiries, kindly?create a new topic here.

    Meanwhile, if it isn’t too much to ask for – would you mind leaving us a review here? It only takes a couple of minutes but helps us tremendously. It would mean so much to us and would go a really long way.

    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.