Colored Box for Shop by Departments - by Matt Danczuk

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

  • Avatar: Matt_Danczuk
    Matt Danczuk
    Participant
    April 11, 2019 at 20:07

    The sidebar boxed variant (theme version 3 demo) shows a red shop by departments box. I installed my demo and am just showing it in white. Is there a setting I’m missing or something to have this show the same?

    1 Answer
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    April 12, 2019 at 07:58

    Hello,

    Please add this code in Theme Options > Custom CSS:

    .category-1 .product-categories h2 {
        background-color: #e5534c;
        padding: 20px 15px;
        color: #FFF;
        font-size: 16px;
        text-align: center;
        margin-bottom: 0px;
    }
    .category-1 .product-categories {
        border: 2px solid #e5534c;
    }
    .category-1 .product-categories li > a {
        padding: 17px 0;
        padding-left: 20px !important;
    }

    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.