• What CSS can I add to change the font size of the short description on products on the category page/shop page? Thanks in advance!

Viewing 7 replies - 1 through 7 (of 7 total)
  • Markup varies between themes. Please post the url to your shop page.

    Thread Starter shizlist

    (@dnacannon)

    Hey Lorro, thanks for the reply.

    Shop page: https://www.shizlist.com

    I am running the Flatsome theme version 3.2, by UX themes.

    Cheers

    .box-text-products p span {
      font-size:110% !important
    }
    
    Thread Starter shizlist

    (@dnacannon)

    Awesome! That’s perfect. Thank you very much ??

    Thread Starter shizlist

    (@dnacannon)

    So everything worked great, and then I went and changed my permalink structure. Now when I add a new product, the css code doesn’t seem to effect the short description font size. Could this be because “product” is no longer in the permalinks of products?

    Thanks

    I don’t think the permalinks setting has affected this markup, but something else has. Try:

    .box-excerpt {
      font-size:110% !important
    }
    
    Thread Starter shizlist

    (@dnacannon)

    Awesome, that did it. Thank you!

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Short Description Font Size (on category page)’ is closed to new replies.