MENU PRODUCT CATEGORIES - by R'Tee Ton - on WordPress WooCommerce support

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

  • Avatar: RTee_Ton
    R'Tee Ton
    Participant
    January 15, 2019 at 05:19

    I want to set my menu with a yellow frame like a sample pattern. What can I do?

    Your sample : https://prntscr.com/m7apsv
    My web : https://prntscr.com/m7aq7i

    1 Answer
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 15, 2019 at 08:22

    Hello,

    Please add this code in Theme Options > Custom css:

    .home .categories-menu-element.product-categories.with-accordion {
        border: 2px solid #f3b714;
        margin-right: 10px;
        margin-bottom: 20px;
        margin-left: 0px;
    }
    .home .categories-menu-element.product-categories > li > a {
        padding-left: 20px !important;
    }
    .home .categories-menu-element.product-categories.with-accordion h2 {
        text-align:  center;
        border: 2px solid #f3b714;
        background-color: #f3b714;
        color:  white;
        font-size: 18px;
        padding: 10px;
    }

    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.