Hi,
I’m having an issue with my text not changing color for the bold sections on the pages (see private)
Can you help me make it black for bolded text, i tried chagning the color in edit area but it only worked on some of the text for some reason…
Hey mcraig77,
You’re not using the same structure, in the first you have this:
<span style="color: #000000;">
<b>text</b>
</span>
so the colour you set inline is not applying, change it to the structure you are using where it is turning black instead. The b tag is old and should be replaced by strong instead.
Thanks,
Rikard
Thanks!