Hi, a month or so ago you gave me the following css code to change the header text
2/ To change the masthead color, you can use the following CSS code:
div.ja-masthead .ja-masthead-detail .ja-masthead-title {
background: transparent;
text-fill-color: #000;
-webkit-text-fill-color: #000;
}
The customer has said that the text is too bold, which to be fair it does look a lot bolder than the rest of the website text (Same font)
I have tried adding 'font-weight: normal;' to the code but it hasnt changed anything, is there another code I can use to ensure the text weight is less on the page?
Thanks