Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #571908

    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…

    #572593

    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

    #572658

    Thanks!

    #573524

    Hi,

    Glad we could help :-)

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.