Product Description Font Case - by kh1mie

This topic has 10 replies, 2 voices, and was last updated 7 years, 11 months ago ago by Eva Kemp

  • Avatar: khimie143
    kh1mie
    Participant
    May 26, 2016 at 15:40

    Hello Team,

    I’m using a woopress theme and how can I change the product description case in catalog view, its default are all caps. I wan’t to change it to sentence case if possible.

    Thank you in advance!

    9 Answers
    Avatar: Eva
    Eva Kemp
    Support staff
    May 26, 2016 at 16:43

    Hello,

    Please show a page where you want to change font.

    Regards,
    Eva Kemp.

    Avatar: khimie143
    kh1mie
    Participant
    May 26, 2016 at 17:07

    Hi Eva,

    Thank you for quick response, It’s the product description on the shop page. So it’ll show a sentence case on a product description, it’s currently in all caps.

    Avatar: Eva
    Eva Kemp
    Support staff
    May 26, 2016 at 18:03

    Hello,

    We need to see your page to give you the correct code, so please show a page where you want to make changes.

    Regards,
    Eva Kemp.

    Avatar: khimie143
    kh1mie
    Participant
    May 26, 2016 at 18:16

    Hi Eva,

    Please see page below:

    Please, contact administrator
    for this information.
    Avatar: Eva
    Eva Kemp
    Support staff
    May 26, 2016 at 18:41

    Hello,

    Please add this code in Theme Options > Custom CSS > Global Custom CSS:

    .products-grid .product-title > a {
        text-transform: capitalize !important;
    }

    Regards,
    Eva Kemp.

    Avatar: khimie143
    kh1mie
    Participant
    May 26, 2016 at 20:08

    Thank you so much! It Worked!

    Also, I want to align all the products on the same page.

    I tried this code, but it’s not working.

    img.hide-image {
    height: 220px;
    }

    Please let me know if i’m missing something.

    Thank you so much

    Avatar: Eva
    Eva Kemp
    Support staff
    May 26, 2016 at 20:44

    Hello,

    Please try to use this code:

    .products-grid .product-title {
       height: 35px;
    }

    Regards,
    Eva Kemp.

    Avatar: khimie143
    kh1mie
    Participant
    May 26, 2016 at 21:36

    This totally works! Have a good day/night.

    Thank you so much Eva!

    Avatar: Eva
    Eva Kemp
    Support staff
    May 26, 2016 at 23:45

    Hello,

    You are welcome.

    Regards,
    Eva Kemp.

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

The issue related to '‘Product Description Font Case’' has been successfully resolved, and the topic is now closed for further responses

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.