This feature is available on all Goodshuffle Pro Plans.
To get started changing colors or customizing the fonts on your Website Integration, you'll first open the page where you'll enter some Custom CSS. You can find the correct instructions for your provider below.
The snippets of code from this article can be used to change several things on your site, helping you customize your branding through your Website Integration. For example, let's say you wanted a Red Search button. You'd use this code snippet,
/* search button */
.gspro-o-search > .gspro-o-button {
background-color: red !important;
}
Pasted wherever Custom CSS exists in your site. Below is an example on a Squarespace site.
If you want to change the color, you can use this Color Picker for the correct name/hex code.
It's helpful to copy/paste ALL CSS snippets, and then determine which you'd like to keep!
Need Additional Support?
Click the blue chat bubble in the bottom corner of your screen to message our support team—we’re happy to help!

