Change font size - by intelisystems - on WordPress WooCommerce support

This topic has 4 replies, 2 voices, and was last updated 8 years, 10 months ago ago by Jack Richardson

  • Avatar: intelisystems
    intelisystems
    Participant
    June 18, 2015 at 22:30

    Hi ,

    I would like to change font size of Main Menu.

    Also, in the Shop Sidebar, I am using Woocommerce Product Category widget.
    http://www.intelisystemstest.com/kokie/product-category/nails/

    AS you can see, widget title is all capital letters and how do I change this?

    3 Answers
    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    June 18, 2015 at 23:18

    Hello,

    Try to use the following css code in custom.css:

    .menu > li > a {
    font-size: 16px !important;
    }
    
    .widget_product_categories .widget-title span {
    text-transform: capitalize !important;
    }

    How to create custom.css you can watch in this tutorial (It’s for the Legenda theme but the process is the same).

    Best regards,
    Jack Richardson.

    Avatar: intelisystems
    intelisystems
    Participant
    June 19, 2015 at 18:51

    Hi

    Thank you for your reply.

    I tried as per your instruction.
    I created custom.css and input the code you suggested.
    However, font size of main menu is not changed and still 13px.
    Also, widget title is still all capital letters.

    Please, contact administrator
    for this information.
    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    June 19, 2015 at 19:29

    Hello,

    I’ve edited the code in custom.css.
    Please clear browser cache and check site now.

    Best regards,
    Jack Richardson.

  • 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.