:root { --accent: #0250ce; } @keyframes spin3 { 0%, 100% { box-shadow: 10px 10px rgba(36, 40, 51, 1), -10px 10px rgba(36, 40, 51, 0.2), -10px -10px rgba(36, 40, 51, 1), 10px -10px rgba(36, 40, 51, 0.2); } 25% { box-shadow: -10px 10px rgba(36, 40, 51, 0.2), -10px -10px rgba(36, 40, 51, 1), 10px -10px rgba(36, 40, 51, 0.2), 10px 10px rgba(36, 40, 51, 1); } 50% { box-shadow: -10px -10px rgba(36, 40, 51, 1), 10px -10px rgba(36, 40, 51, 0.2), 10px 10px rgba(36, 40, 51, 1), -10px 10px rgba(36, 40, 51, 0.2); } 75% { box-shadow: 10px -10px rgba(36, 40, 51, 0.2), 10px 10px rgba(36, 40, 51, 1), -10px 10px rgba(36, 40, 51, 0.2), -10px -10px rgba(36, 40, 51, 1); } } #wpadminbar { top: 0 !important; } #c27-site-wrapper { background-color: }.login-tabs a { color: #000000; /* normal text color */ transition: color 0.3s ease; } .login-tabs .active a:hover { color: #3D8300; /* hover color */ } .register-tabs a { color: #000000; /* normal text color */ transition: color 0.3s ease; } .register-tabs .active a:hover { color: #3D8300; /* hover color */ } /* hide the column in my-account */ .woocommerce-account .col-md-12 > .element { display: none !important; } /* hide the stat box in my-account */ .my-listings-stat-box { display: none !important; } /* ✅ Hides the "Search your listings" input field on the dashboard */ .search-my-listings { display: none !important; } /* ✅ Hides the "All Listings" dropdown filter (Select2) inside the My Listings tab */ .my-listings-tab-con .select2-container { display: none !important; } li#menu-item-2278 { display: none !important; } /* Put the header fonts to bold */ .header .main-nav > li > a { font-size: 17px !important; } /* Change menu text to black on hover */ .header .main-nav > li > a:hover { color: #000000 !important; transition: color 0.3s ease; } 