Bikesure Talkative

import(`https://eu.engage.app/api/ecs/v1/loader/11786fbb-7e1a-4c0a-9d37-94e77ca67e98.js?path=${encodeURIComponent(window.location.origin+window.location.pathname)}&selectedVersion=${(new URLSearchParams(window.location.search)).get(‘ecsSelectedVersion’) || ”}`)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