Category: Login
cart preview image stretch fix in oceanWP theme (copy)
/*Menu cart hover dropdown box image stretch fix*/ .woocommerce ul.product_list_widget li img { float: unset !important; display: block !important; min-width: 80px !important; height: 80px !important; margin-left: unset !important; position: relative !important; } .woocommerce ul.product_list_widget .wpr-mini-cart-image { display: inline-block; float: left;…Continue reading
Header end footer
/* Style the footer container */ #custom-footer { background-color: #fff; /* White background */ padding: 1px; width: 1200px; max-width: 90%; margin: 0 auto; }Continue reading
Untitled Snippet
Untitled Snippet
Subscriber
https://youtube.com/@R0CKHEMAR?si=1cHo63EBjMpUjblmContinue reading
pixel 1
Untitled Snippet
SHOP ON AMAZON
Your Favorite’s on Amazon Shop Watches on Amazon Shop on Amazon Shop Office Supplies on AmazonContinue reading
Hide Login Errors in WordPress (copy)
add_filter( ‘login_errors’, function ( $error ) { // Edit the line below to customize the message. return ‘Something is wrong!’; } );Continue reading