On the pop up “Our Care and Covid 19” the H2 should be font color #615e79
No matter what I do I can’t get it to change. I have code in the additional CSS but it isn’t helping.
I have the same problem with the headings here https://riversidemidwives.co.uk/testimonials/
they should also be in #615e79 and not bold
I have this in the additional CSS but it does not work. What am I doing wrong?
h2.tg-item-title.tg-element-3
{
font-size:30px;
text-transform: none;
color: #615e79
!Important;
}

