xxlipe I tried many times to place this code: h2.Hero-title { color: #ffffff; } as suggested on another post, but doesn't seem to work. don't know why. seems something particular from this installation, cause i managed to make it work another time.
Oshvam xxlipe Be sure to place !important in your code for this particular class. It should look like this: h2.Hero-title { color: #ffffffff !important; } This is not ideal, but in some cases you will need to place it like this.