Hello,
4) Add the below code to Theme Options > Custom CSS
#header .et_b_header-menu .nav-sublist-dropdown .item-link:hover {
color: #222222;
opacity: 1;
background: #d2d2d2;
}
6) Remove the following code from the child theme style.css and clear cache.
.sidebar-widget.widget_product_categories .widget-title {
color: #090909;
background: #fafafa;
}
.sidebar-widget.widget_product_categories .widget-title,.wpb_widgetised_column .widget_product_categories .widget-title {
padding: 25px 10px;
margin-bottom: 10px;
text-align: center;
font-size: 22px;
border: none;
line-height: 1.1;
}
Regards