This topic has 5 replies, 3 voices, and was last updated 7 years, 8 months ago ago by Rose Tyler
Hello everybody, please take a look at the screenshot: http://imgur.com/a/C1iSB
I would lie to know if the following is possible:
1. As indicated in 1 – the active category in the category widget is not really prominent. Would it be possible to change the color of currently active category?
2. As indicated in 2 – for some reason there is a ‘>’ sign in from of the subcategories and it is really misleading. There are no subcategories under it but the > sign implies that there are?
Why is it present and how it can be removed?
If you need access it is in the private content section.
Thank you.
Hello,
1) Use the following code to change the active link color
.widget_product_categories.sidebar-widget ul li > ul.children li.current-cat > a,
.wpb_widgetised_column .widget_product_categories ul li > ul.children li.current-cat > a {
color: #f1ac2b;
}
2) These arrows show the 3-d level of the categories. If you don’t like it add the following
.widget_product_categories.sidebar-widget ul li > ul.children li ul.children li > a:before,
.wpb_widgetised_column .widget_product_categories ul li > ul.children li ul.children li > a:before {
content: "";
}
Regards
Thanks a lot. And thank you for placing the changes!
Elijah.
Can you also let me know if the widget heading can be styled.
Please take a alook at the screenshot http://imgur.com/a/g66xP
Can I have the first widget title styled the same way as CATEGORIES title?
Thank you.
Hello,
Please, add this code in Custom CSS:
.post-type-archive-product .sidebar-widget:first-child .widget-title {
color: white;
padding: 25px 10px;
padding-bottom: 25px;
text-align: center;
font-size: 22px;
border: none;
line-height: 1.1;
background-color: #F1AC30;
margin-bottom: 1.1em;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up