You can add this code to your css
.header_menu ul li ul li.menu-item-object-product_cat.current-menu-item a {
color: #ed6d16;
}
okay, you can replace below css code
.header_menu ul li li.current-menu-item a {
color: #ed6d16;
}
with this css code
.header_menu ul li li.current-menu-item.current_page_item a {
color: #ed6d16;
}
Thanks.
Add this style to your stylesheet.
.header_menu ul li.current-menu-parent a {
color: #ed6d16;
}
.header_menu ul li li.current-menu-item a {
color: #ed6d16;
}
.header_menu ul li.current-menu-parent li a {
color: #2e5776;
}
add new class named (.site-content .entry-content p img.wpcf7-captchac) to your style like:
.site-content .entry-content p img.wpcf7-captchac {
width: auto;
}