CSS Mobile burger menu

@media ( max-width: 1023px ) { .gm-navigation-drawer–mobile .gm-menu-btn-close-mobile-drawer { padding: 12px 0px 0px 0px !important; } .gm-navigation-drawer–mobile .gm-mobile-menu-container { margin-top: 0px; } }Continue reading

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