Font Issues - by Ayesha - on WordPress WooCommerce support

This topic has 4 replies, 3 voices, and was last updated 6 years, 8 months ago ago by Laranz

  • Avatar: Ayesha
    Ayesha
    Participant
    July 31, 2017 at 05:24

    Hello there – I’m sorry if I am creating a repeat topic. I believe I had started the topic already and was waiting for a reply – but I cannot find it on the forum anywhere.

    So, the issue is the font for the name of the products in the listing is in all Capslock. How do I make it normal?

    Also how do I change the font for the price?

    I did find the section for Typography in the Theme Options – But I don’t know which of those to change to get the result I need. Please help!

    3 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 31, 2017 at 08:23

    Hello,

    Please add this code in Theme Options > Custom css:

    .product-title a {
        text-transform: none !important;
    }

    How exactly do you want to change the font for the price?

    Regards

    Avatar: Ayesha
    Ayesha
    Participant
    August 5, 2017 at 07:34

    Thanks – It worked! – The text is not Capslock anymore on the Home Page

    For the font, what I mean is I want to change the font to something which is a sans-serif font.

    awaiting your response!

    Thanks again

    Avatar: laranz
    Laranz
    Participant
    August 7, 2017 at 19:57

    Hi,

    Use this Custom CSS snippet,

    .product-information .price {
    font-family: “sans serif”;
    }

    Let us know,

    Thanks,
    laranz.

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

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

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