Font size in Products grid (xstore Organic cosmetics template)

This topic has 2 replies, 2 voices, and was last updated 3 years, 6 months ago ago by Rose Tyler

  • Avatar: Ondra_Prikryl
    Ondra Přikryl
    Participant
    October 21, 2020 at 09:09

    Hi there,

    I am using Xstore Organic cosmetics child theme.

    how do I change the size of fonts in the Products grid element?
    I am trying to change the size of the title, excerpt, price, and button, but with no success.

    It was easy to change the font size and button size settings for a single product (this can be done in Xstore Theme Options -> Single product builder).

    But there is no option for editing the settings of the Products grid element.

    The Products grid element is inserted into each of my shop category pages. Please see an example below:
    https://smartcbd.cz/obchod/cbd-kosmetika/

    Thanks for your help

    1 Answer
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 21, 2020 at 13:33

    Hello,

    Thanks for using our theme.
    Add the next code in Theme Options > Theme Custom CSS:

    .products-grid .product-title {
        font-size: 24px;
    }
    .products-grid .product-excerpt {
        font-size: 16px;
        line-height: 26px;
    }
    .products-grid .price {
        font-size: 20px;
    }
    .products-grid  .add_to_cart_button {
        font-size: 18px;
    }

    Regards

  • Viewing 2 results - 1 through 2 (of 2 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.