By default, the color of the "Welcome to..." statement on the homepage (the homepage title) is set to white:
To change it to another color:
- Go to Settings > Style.
- Below the preview pane, be sure Custom CSS is selected.
- Copy the code below and paste it into the Custom CSS editor:
.ko-homepage-top .hg-article-title { color: #000000; /* Update to use the color of your choice */ }
- Replace the color listed on the second row with the hex code or rbg value of your choice.
- You can Preview Changes to see the difference.
- Be sure to Save once you've got it looking the way you'd like.