Link colors - by Kirill Klassen - on WordPress WooCommerce support

This topic has 11 replies, 3 voices, and was last updated 4 years, 8 months ago ago by Rose Tyler

  • Avatar: Kirill_Klassen
    Kirill Klassen
    Participant
    July 2, 2019 at 13:41

    Hello,

    Thank you for your great support! I have couple questions:

    1. How do I change link colors on hover in footer?
    2. Is it possible to highlight categories on hover in shop sidebar? Like it is in the mega menu

    Please, contact administrator
    for this information.
    10 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 3, 2019 at 07:24

    Hello,

    1. Try to change the color here – https://prnt.sc/o9v23y or add this code in Global Custom CSS area:

    .et-footers-wrapper .etheme_widget_recent_entries .media-heading a:hover {
        color: black !important;
    }

    2.

    .widget_product_categories.sidebar-widget ul li a:hover {
        background-color: #e7f5de !important;
    }
    .widget_product_categories.sidebar-widget ul li a {
        padding-left: 5px;
        padding-right: 5px;
    }
    .widget_product_categories.sidebar-widget ul li > ul.children li ul.children li > a {
        padding-right: 20px;
    }
    .widget_product_categories.sidebar-widget ul li > ul.children li > a {
        padding-right: 15px;
    }

    Regards

    Avatar: Kirill_Klassen
    Kirill Klassen
    Participant
    July 3, 2019 at 08:29

    Thank you! Everything works

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 3, 2019 at 08:33

    You’re welcome!

    Regards

    Avatar: Kirill_Klassen
    Kirill Klassen
    Participant
    August 6, 2019 at 08:57

    Hello,

    I was wondering how to highlight categories in the shop side bar full width?

    Please contact administrator
    for this information.
    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    August 6, 2019 at 14:04

    Hello,

    Do you want bg for the full list item http://prntscr.com/op2j8y ? I have changed the code and used li selector instead of a. Play with the custom code depending on your needs.

    Regards

    Avatar: Kirill_Klassen
    Kirill Klassen
    Participant
    August 7, 2019 at 06:43

    Hello,

    1) Yes I wanted it to work almost like what you did. However, now when I hover over a subcategory (33), it also highlights the parent category (212). I want to highlight only the category that I hover over.

    2) Also, how do I make highlighting more even? For example, it doesn’t highlight the arrow fully, and last category element looks cut when highlighted.

    Thank you for your support!

    Please contact administrator
    for this information.
    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    August 7, 2019 at 16:15

    Hello,

    Done. But actually, such things are outside our support because additional js customization was required.

    Regards

    Avatar: Kirill_Klassen
    Kirill Klassen
    Participant
    August 9, 2019 at 06:15

    Thank you very much! Looks great!

    It’s hard for me to understand what’s in the scope of the support so I just ask:)

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 9, 2019 at 07:37

    Hello,

    You’re welcome!
    Please read this article – https://themeforest.net/page/item_support_policy
    Feel free to ask if you have any other questions.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 9, 2019 at 07:37

    Would you mind to rate our product: 
    https://themeforest.net/downloads
    https://prnt.sc/d256m6
    That would be much appreciated 🙂

    Regards

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