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

pmpro_level_name_text color and size

/* Target the membership level heading */ .pmpro_level_name_text { font-size: 32px; /* Set the desired font size */ color: #606060; /* Set the text color to dark grey */ margin-top: 25px; /* Set the top margin (adjust as needed) */…Continue reading