CSS [Post Category]: Vendor Credit List Styles

/* This code snippet is used to style the ‘Vendor Credit’ section located below the posts. It applies to the following category pages: – Real Engagements – Real Weddings – Real Proposals – Honeymoons – Inspiration Shoots */ .vendor-credits-container {…Continue reading

Holiday Closure

.alertbar { background-color: #d5202f; color: #FFFFFF; display: block; line-height: 75px; height: 100px; position: relative; text-align: center; text-decoration: none; top: 0px; width: 100%; z-index: 100; }Continue reading

GMW Checkboxes and Settings

.gmw-field-checkboxes, .gmw-field-radio-buttons, div.gmw-form-wrapper ul.gmw-field-checkboxes, div.gmw-form-wrapper ul.gmw-field-radio-buttons { max-height: initial ! important; } div.gmw-form-wrapper div.gmw-locator-button-field-wrapper img { box-shadow: none; display: none; } .gmw-fields-enhanced .gmw-field-checkbox:before { width:30px!important; height:30px!important; padding:0px!important; font-size:16px; font-family: “poppins”; } .gmw-element-template.gmw-ajaxfmsfl-buddyboss-form-wrapper .gmw-form { flex-direction: row; justify-content: none; } .gmw-form-wrapper…Continue reading

GMW Checkboxes and Settings

.gmw-field-checkboxes, .gmw-field-radio-buttons, div.gmw-form-wrapper ul.gmw-field-checkboxes, div.gmw-form-wrapper ul.gmw-field-radio-buttons { max-height: initial ! important; } div.gmw-form-wrapper div.gmw-locator-button-field-wrapper img { box-shadow: none; display: none; } .gmw-fields-enhanced .gmw-field-checkbox:before { width:30px!important; height:30px!important; padding:0px!important; font-size:16px; font-family: “poppins”; } .gmw-element-template.gmw-ajaxfmsfl-buddyboss-form-wrapper .gmw-form { flex-direction: row; justify-content: none; } .gmw-form-wrapper…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

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

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