Hi @missdjein,
I’m glad you liked the link my colleague shared with you. Choosing a color scheme for your site can be tricky, but it can also be fun and creative. There are some factors you may want to consider, such as:
- The purpose and mood of your site. Different colors can evoke different emotions and associations in your visitors. For example, blue can be calming and trustworthy, while yellow can be cheerful and energetic.
- The contrast and readability of your text.
- The consistency and harmony of your design.
If you need more guidance or inspiration, you may want to hire a developer or designer to help you choose the right color combination for your site. You can find some qualified professionals on:
https://woo.com/customizations/
To change the color of the text at the top banner, you can use some custom CSS code. Here is an example of CSS code that you can use to change the color of the text at the top banner:
/*To chnage the header font color*/
nav#site-navigation a,
.site-header-cart * {
color: red !important;
}
You can replace the color name red with your preferred color name, or use a hexadecimal code for more options. You can find a list of color names and codes on this link. To add the CSS code to your site please follow this guide.
I hope this helps you achieve the look you want for your site.