How to customize product title texts? aligment?

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

  • Avatar: Paddy
    Paddy
    Participant
    December 11, 2021 at 09:21

    I want to customize font size of product title, but I can’t find where to change it?
    The typography tab only allow to change variant of heading’s font.

    Screenshot: https://ibb.co/5jJbN3j

    In the shop tab, I also want to align product titles to the left, but can’t find where to do it.

    Screenshot: https://ibb.co/BnsbwdF

    1 Answer
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 11, 2021 at 09:59

    Hello,

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

    .content-product .product-title a {
        color: #888;
    }

    to change the color.
    2/

    .products-loop .content-product .product-details, .swiper-container .content-product .product-details {
        text-align: start;
    }
    .content-product .star-rating {
        margin-left: 0px;
    }

    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.