This topic has 11 replies, 3 voices, and was last updated 5 years, 3 months ago ago by Rose Tyler
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
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
Thank you! Everything works
You’re welcome!
Regards
Hello,
I was wondering how to highlight categories in the shop side bar full width?
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
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!
Hello,
Done. But actually, such things are outside our support because additional js customization was required.
Regards
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:)
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
Would you mind to rate our product:
https://themeforest.net/downloads
https://prnt.sc/d256m6
That would be much appreciated 🙂
Regards
You must be logged in to reply to this topic.Log in/Sign up