Add to Theme Master

.staff-bio-section .staff-bio .bio p:first-child { color: var(–secondary-color); font-size: 1.25rem; } .single-staff .text a { color: var(–primary-color); } /* highlight */ .highlight { background: var(–primary-color); padding: 37px 40px; margin: 40px 0px; } .highlight h2:first-child, .highlight h2:first-child { margin-top: 0; color:#fff; }…Continue reading

Update in Theme Master

.social-links li > a { display: inline-block; width: 15px; height: auto; font-size: 12px; color: #f7f7f7; padding-top: 0; vertical-align: bottom; } @media only screen and (min-width: 768px) { a.telehealth.with-bottom-bar { bottom: 0px; } } /* contact section */ .contact-form-section .image {…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

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