How to remove All Caps Products Titles - by plush

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

  • Avatar: plush
    plush
    Participant
    September 16, 2015 at 05:46

    Hello,

    All the header titles for my products are capitalized even though the titles are not all caps, they only have the first letter of word capitalized, how can I remove the ALL caps and have it shown how it’s actually written? Thank you.

    5 Answers
    Avatar: Eva
    Eva Kemp
    Participant
    September 16, 2015 at 08:22

    Hello,

    Please add this code in Global Custom CSS:

    .product .product-details .product-title a {
       text-transform: capitalize;
    }

    Regards,
    Eva Kemp.

    Avatar: plush
    plush
    Participant
    September 16, 2015 at 08:28

    Great thank you.

    Also on the shop page I have shop sidebar with woocommerce layared nav of various attributes, it shows numbers next to each attribute of how many of that attribute there are, how do I remove the number that shows in parenthesis, basically I do not want it to show a count of each attribute I have?

    Avatar: Eva
    Eva Kemp
    Participant
    September 16, 2015 at 08:37

    Hello,

    Use this code in Global Custom CSS:

    .widget_layered_nav li .count {
      display: none;
    }

    Regards,
    Eva Kemp.

    Avatar: plush
    plush
    Participant
    September 16, 2015 at 08:41

    Thank you!

    Avatar: Eva
    Eva Kemp
    Participant
    September 16, 2015 at 11:29

    Hello,

    You’re welcome.

    Regards,
    Eva Kemp.

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

The issue related to '‘How to remove All Caps Products Titles’' 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.