Menu Item image Animation on Hover

.header-navigation .menu .menu-item:hover { background: url(https://ecommerce-base-1.instawp.xyz/wp-content/uploads/2024/05/Plan-De-Travail-14_7png.webp) no-repeat; background-size: contain; background-position: center; transition: 0.5s; }Continue reading

Chat text

.chat-form-control { max-height: 90px; font-size: 2rem; line-height: 1.5; border-radius: 0.25rem; background-color: #f7f7f9; border-color: #e1e3e6; box-shadow: none; width: 100%!important; max-width: 100%!important; transition: box-shadow 0.15s ease-in-out, border-color 0.15s ease-in-out; resize: vertical; }Continue reading

like dislike button margin

div.kodex_buttons { margin-top: -40px; /* Reduced top and bottom padding */ margin-bottom: -20px; /* Reduced top and bottom padding */ border: 0px solid #ccc; /* Add a border to see the effect */ } span.icon { display: inline-block; /* Adjust…Continue reading

Hide the Submit Button on Calculator Forms

/** * For the Accordion Template, this is a helper script * * For support, please visit: https://www.facebook.com/groups/wpformsvip */ /* CSS hide submit button for any calculator only forms */ button.wpf-calc-form { visibility: hidden; }Continue reading

CSS [Vendor Archive]: Vendor Guide V2 Styles

/* Specifies max height for vendor category container with name, description and images */ .category-container { max-height: 35vh; } /* Sets styling for the first image container (left side) */ @media (min-width: 768px) { .category-description-container { clip-path: polygon(100% 0%, 5%…Continue reading

Text change for payment types checkout page

/* Remove before pseudo-element which may be adding extra images */ .pmpro_checkout a.pmpro_radio:before { content: none; } /* Style the newly added images */ .pmpro_checkout a.pmpro_radio img { max-height: 30px; /* Limiting the height of the images */ margin-right: 10px;…Continue reading