Location: site_wide_header
WP Table Block Styling CSS
.wp-block-table th { background: #F6DB35 !important; line-height:1em; font-size:1em;border:none !important} .wp-block-table thead {border-bottom:none} /* Append “+” to the content of cells in the 4th, 5th, and 6th columns */ .wp-block-table tr td:nth-child(4)::after, .wp-block-table tr td:nth-child(5)::after, .wp-block-table tr td:nth-child(6)::after { content: “+”;…Continue reading
WP Table Block Styling CSS
.wp-block-table th { background: #F6DB35 !important; line-height:1em; font-size:1em;border:none !important} .wp-block-table thead {border-bottom:none} /* Append “+” to the content of cells in the 4th, 5th, and 6th columns */ .wp-block-table tr td:nth-child(4)::after, .wp-block-table tr td:nth-child(5)::after, .wp-block-table tr td:nth-child(6)::after { content: “+”;…Continue reading
Remove Google Captcha badge
.grecaptcha-badge { visibility: hidden; }Continue reading
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
Static Page
html, body { overflow-x:hidden }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
Style Quantity button
.woocommerce .quantity .qty { width: 4.431em; height: 45px; text-align: center; margin-top:15px; }Continue reading