How do I customize the TipGenius Pop-up?
Looking to style the TipGenius pop-up?
You can further customize the styling of TipGenius on your cart page by inserting CSS code snippets your theme. This can usually be found in the theme.scss.liquid or theme.css file in your Theme settings.
For example, you can change the TipGenius title font and text with this snippet below.
div.__tipgenius_text { font-family: Verdana; color: #eb5255; }
Steps:
- Visit your store's Theme settings.
- Click the Actions button and select Edit Code.
- Find your theme.scss.css or theme.css file. This is typically found under the Assets folder.
- Scroll down to the bottom of the file and paste in the code snippet above.
- Click the Save button.