Change rating tooltip colors

/* change #000 in both places below to change the background, change #FFF to change the text color, change #F7D578 to change the link color */ .tasty-recipes-static-tooltip { background-color:#000 !important; color:#FFF !important; } .tasty-recipes-static-tooltip:after { border-top-color:#000 !important; } a.tasty-recipes-scrollto {…Continue reading

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