Shop Side Bar – Brands Filter & Product Category

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

  • Avatar: kkszeto8
    kkszeto8
    Participant
    January 12, 2016 at 12:23

    Hi,

    1. How can change the margin smaller (Red Rectangle) between 2 brands name in Brands Filter?
    2016 01 12 190848

    2. How can change Brand name fonts type; color and size in Brand Filter side bar?

    3. How can change Product name fonts type; color and size in Product Categories sidebar ?
    2016 01 12 191148

    Thanks a lot !!

    Keith

    1 Answer
    Avatar: Robert Hall
    Robert Hall
    Support staff
    January 12, 2016 at 13:15

    Hello,

    Please use the following code in Theme Options->Custom CSS->Global Custom CSS.
    1)

    .etheme_widget_brands li a {
        padding: 12px 0;
    }

    2)

    .etheme_widget_brands li a {
        font-family:Arial;
        font-size:14px;
        color:red;
    }

    3)

    .product-categories > li > a{
        font-family:Arial;
        font-size:14px;
        color:red;
    }

    Regards,
    Robert Hall.

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