I’m a beginner when it comes to editing CSS. I messed up my CSS trying to change the Text/Icon color on the hover action. I changed the custom_css.php file, specifically here:
#containerfooter .menu li a:hover, .bg_primary, .portfolionav a:hover, .home-iconmenu a:hover p {color:#0a0a0a;}, .home-iconmenu a:hover i, .home-icon-item:hover, p.demo_store, .topclass, #commentform .form-submit #submit, .kad-hover-bg-primary:hover, .widget_shopping_cart_content .checkout,
.login .form-row .button, .post-password-form input[type=”submit”], .menu-cart-btn .kt-cart-total, #kad-head-cart-popup a.button.checkout, .kad-post-navigation .kad-previous-link a:hover, .kad-post-navigation .kad-next-link a:hover, .shipping-calculator-form .button, .cart_totals .checkout-button, .select2-results .select2-highlighted, .variations .kad_radio_variations label.selectedValue, #payment #place_order, .shop_table .actions input[type=submit].checkout-button, input[type=”submit”].button, .order-actions .button, .productnav a:hover, .image_menu_hover_class {background: ‘.$virtue_premium[‘primary_color’].’;}’;
} else {
$color_primary = ”;
}
…
So I was wondering if you might be able to just copy and paste this section (as it is in default) so that I can just throw it back in to make sure it’s at least back to its original setting.
Thanks for your time! Sorry I’m a noob with this.