Change Sector Product Category and brands

This topic has 4 replies, 2 voices, and was last updated 3 years, 9 months ago ago by Olga Barlow

  • Avatar: Emanuela
    Emanuela
    Participant
    June 29, 2020 at 11:50

    Hi, I created two sections with according mode (fisarmonica).
    One for the product category and the other for brands list but I know that font, size and color are very different. How can I equalize them?
    https://prnt.sc/t8epsy

    3 Answers
    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    June 29, 2020 at 16:31

    Hello,

    Add the following custom code to child theme style.css

    .brands-list .et-isotope-item .title {
        padding: .86em 0;
        font-size: 1rem;
        text-transform: uppercase;
        line-height: normal;
    }
    .brands-list .et-isotope-item .work-item {
        padding-bottom: 0;
    }
    .categories-menu-element .cat-item a {
        border-bottom: none;
    }
    .categories-menu-element.product-categories {
        padding: 0 15px;
    }

    Regards

    Avatar: Emanuela
    Emanuela
    Participant
    June 30, 2020 at 11:02

    I add this but I still have 2 different font. how can I change this?

    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    June 30, 2020 at 23:17

    Hello,

    Then replace the previous code by the code below

    .brands-list .et-isotope-item .title {
        font-family: Muli;
        padding: .86em 0;
        font-size: 1rem;
        text-transform: uppercase;
        line-height: normal;
    }
    .brands-list .et-isotope-item .work-item {
        padding-bottom: 0;
    }
    .categories-menu-element .cat-item a {
        border-bottom: none;
    }
    .categories-menu-element.product-categories {
        padding: 0 15px;
    }

    Regards

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