Want same size & font on categories and brand on shop page

This topic has 4 replies, 2 voices, and was last updated 2 years, 11 months ago ago by Robert Hall

  • Avatar: Hasnat
    Hasnat
    Participant
    May 4, 2021 at 00:43

    Hi,
    I want same size & font on categories and brand on shop page. kindly suggest me a css code i try to change it from theme customization but i not found any option like this. I’m waiting for your response.

    3 Answers
    Avatar: Hasnat
    Hasnat
    Participant
    May 4, 2021 at 00:55

    Our Shop Page Url: reana.pk/products-collection
    We want same font and size of all category and brand name on sidebar by css.
    kindly suggest a css code here is no more option in theme to change them

    Avatar: Hasnat
    Hasnat
    Participant
    May 4, 2021 at 06:29

    Kindly response back and fix this issue

    Avatar: Robert Hall
    Robert Hall
    Support staff
    May 4, 2021 at 13:15

    Hello

    Kindly use the following mentioned CSS code in additional CSS

    For Categories Sidebar

    
    .widget_product_categories.sidebar-widget ul li a {
        font-size: 14px;
    }
    .widget_product_categories.sidebar-widget ul li>ul.children li>a, .sidebar-widget ul li>ul.children li> a {
        font-size: 14px;
    }

    For Brands

    .sidebar-widget ul li a {
        font-size: 14px;
    }

    Robert Hall

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