Menu CATEGORIES - by PESCAMAR SADA - on WordPress WooCommerce support

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

  • Avatar: PESCAMAR SADA
    PESCAMAR SADA
    Participant
    January 21, 2016 at 12:31

    I need to solve these problems. Thank you

    6 Answers
    Avatar: PESCAMAR SADA
    PESCAMAR SADA
    Participant
    January 21, 2016 at 12:33

    Please, check my web

    https://pescamarsada.es
    and you’ll see the problem on the menu

    Avatar: Robert Hall
    Robert Hall
    Support staff
    January 21, 2016 at 14:03

    Hello,
    I’ve fixed hover color for categories. Please check.
    To change background color you need change color in this code

    .woocommerce_product_categories {
        background-color: #612525;
    }

    Use this code to change a title color

    .woocommerce_product_categories .widget-title {
       color:red;
    }

    You can’t change a style of this cross icon. It’s an image.
    In this case you need create your own image and upload it as small-plus.png file into
    wp-content/themes/woopress/images/ folder.

    Regards,
    Robert Hall.

    Avatar: PESCAMAR SADA
    PESCAMAR SADA
    Participant
    January 21, 2016 at 16:41

    The problem now is that when you open a category , sub – categories also come out in blue and white should be out in blue when pressed , thereby changing the text color. Thank you

    Avatar: Robert Hall
    Robert Hall
    Support staff
    January 21, 2016 at 17:07

    Hello,

    I’ve added this code in Global Custom CSS. Please check.

    .woocommerce_product_categories li:hover{ 
        background-color: #1E90FF;
        color: white;
    cursor:pointer;
    }
    .woocommerce_product_categories li:hover a{
       color: #fff !important;
    }
    .woocommerce_product_categories li.opened:hover{
        background-color: transparent;
    }

    Regards,
    Robert Hall.

    Avatar: PESCAMAR SADA
    PESCAMAR SADA
    Participant
    January 21, 2016 at 17:50

    Sorry, d´ont work fine

    Check it

    It does not work well when a category opens unseen texts
    CATEGORY : blue text
    Subcategory: white, blue text and blue text when the cursor is over

    http://pescamarsada.es

    Avatar: Robert Hall
    Robert Hall
    Support staff
    January 22, 2016 at 10:24

    Hello,

    I’ve made changes in Global Custom CSS.
    But I can’t understand what exactly CSS style you want.
    It will be great if you provide screenshot for our better understanding.

    Regards,
    Robert Hall.

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