Edit Shop page categories box - by erth naturals

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

  • Avatar: erth naturals
    erth naturals
    Participant
    April 1, 2019 at 01:23

    Hi,
    I’d like to know how to edit the Shop page categories boxes:
    1- How do I remove the word “category” above each category name?
    2-How do I change the white background category box to transparent, so that it does not hide the category picture?

    4 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    April 1, 2019 at 07:59

    Hello,

    Please add this code in Theme Options > Styling > Custom CSS > Global Custom CSS:

    .product-category .categories-mask {
        background-color:  transparent;
    }
    .product-category .categories-mask span {
        display:  none;
    }

    Regards

    Avatar: erth naturals
    erth naturals
    Participant
    April 26, 2019 at 22:16

    as per your instructions, doesn’t work
    again, can you please fix this, we give permission to go into our site and fix.

    I do not want to mess up css

    Our Global CSS looks like this :::

    footer .container .widget-container .twitter-list li {
    border-bottom: 1px solid #444;
    margin-bottom: 1.0714em;
    padding-bottom: 1.0714em;
    }

    .product-category .categories-mask {
    background-color: transparent;
    }
    .product-category .categories-mask span {
    display: none;
    }

    .sidebar .woocommerce_product_categories .widget-title,
    .sidebar-widget.widget_search .form-group button {
    background-color: #472913;
    color: white;
    }

    .sidebar .woocommerce_product_categories .widget-title {
    background-color: brown;
    }

    Avatar: erth naturals
    erth naturals
    Participant
    April 28, 2019 at 23:01

    You can see here that it is still in RED the Categories box.

    http://erthnaturals.com/shop/

    Can you make it brown.
    background-color: #472913;
    color: white;

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    April 30, 2019 at 07:50

    Hello,

    Fixed. Please clear cache and check now.

    Regards

  • Viewing 5 results - 1 through 5 (of 5 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.