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

Sale button styling single product page

.woocommerce span.onsale{ display: block; color: var(–e-global-color-dae4b67); background-color: var(–e-global-color-489e945); font-family: var(–e-global-typography-268cdde-font-family), Sans-serif; font-size: var(–e-global-typography-268cdde-font-size); font-weight: var(–e-global-typography-268cdde-font-weight); text-decoration: var(–e-global-typography-268cdde-text-decoration); line-height: 30px; letter-spacing: var(–e-global-typography-268cdde-letter-spacing); word-spacing: var(–e-global-typography-268cdde-word-spacing); border-radius: 0px; min-width: 100px; min-height: 30px; }Continue reading

Woocommerce buttons

:root { –checkout-button-padding: 15px 1em; /* Standaardwaarde voor button-padding */ } /* Buttons in WooCommerce */ .woocommerce button.button, .woocommerce a.button, .woocommerce input.button, .woocommerce button.button.alt, .woocommerce a.button.alt, .woocommerce input.button.alt { background-color: black; border-radius: 0; color: white; font-family: ‘Open Sans’, sans-serif; font-size:…Continue reading

WooCommerce-winkelwagen pagina styling

/* Verwijder achtergrondkleur van de tabel op de WooCommerce-winkelwagenpagina */ /* verwijder bg kleur en rand table */ .woocommerce-cart-form table td { background-color: white !important; border: none; } /* verwijder rand 1e rij table */ table caption+thead tr:first-child td, table…Continue reading

WooCommerce-afreken pagina styling

.woocommerce .checkout h3 { color: #CEAAA3!important; font-family: “prestige-elite-std”, Sans-serif; font-size: 22px; font-weight: 700; } .woocommerce .col2-set, .woocommerce-page .col2-set { padding-bottom: 2%; } /* Verwijder borders van de tabel op de WooCommerce afrekenpagina */ .woocommerce-checkout table.shop_table { border-bottom: 1px solid light…Continue reading

Test Pricing js

document.addEventListener(“DOMContentLoaded”, () => { // Initialize drag and drop for filters initializeSortableFilters(); // Attach event listeners to locale links const localeLinks = document.querySelectorAll(‘#locales a’); localeLinks.forEach(link => { link.addEventListener(‘click’, handleLocaleLinkClick); }); // Populate the product table on initial load populateProductTable(); //…Continue reading

Test Pricing CSS

/* Custom Styles for Page ID 60 */ /* Container Layout */ .prices-container { display: flex; flex-direction: row; /* Default direction */ width: 100%; height: 100%; justify-content: space-between; } /* Filter Container Styles */ #filters-container { flex: 1; /* Takes…Continue reading

Test Pricing Html

Amazon Marketplace amazon.com amazon.co.uk amazon.de amazon.pl amazon.ca amazon.fr amazon.se amazon.in amazon.com.au ▼ See more Condition New Used Renewed Customer Reviews & Up & Up & Up & Up Discount & Deals Discount Price Ranges Under $25 $25 to $50 $50…Continue reading

Buttons Material Design CSS

.uk-button { overflow: hidden!important; -webkit-transition: 0.3s; -moz-transition: 0.3s; -ms-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s; } .uk-button span { pointer-events: none; } .ripple { /* mix-blend-mode: difference; */ position: absolute; background: #000000; border-radius: 100%; transform: scale(0.01); opacity: 0; pointer-events: none; -webkit-animation:…Continue reading