Home / Widgets / Change rating tooltip colors
Duplicate Snippet

Embed Snippet on Your Site

Change rating tooltip colors

Use this CSS to change the default colors for the rating tooltip.

<10
Code Preview
css
/* 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 { color:#F7D578 !important; } 

Comments

Add a Comment