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