Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #662013

    thelistener
    Participant

    Hi there,
    I don’t know how this could have happened, but all of a sudden all the paragraph text in the site I’m working on is bold. I checked my customizer body font weight is set to regular (using the “Droid serif” font).

    Here’s the site….I’m at a loss: http://remindworks.com/marotta

    As always, thanks!

    #662083

    Lely
    Moderator

    Hello There,

    Thanks for posting in and giving us your site URL.
    Upon checking, you have missing closing on your top bar content. Please check this line of code:
    <a style="color:#0483c6" href="http://remindworks.com/marotta/login/"><strong>LOGIN</a>
    Change to this:
    <a style="color:#0483c6" href="http://remindworks.com/marotta/login/"><strong>LOGIN</strong></a>
    As you can see after the text LOGIN you have missing closing </strong> tag.

    Hope this helps.

    #662088

    thelistener
    Participant

    DOH! It’s always the simple things that should be right in front of your face that you always miss! LOL! THANKS SO MUCH!

    #662095

    Lely
    Moderator

    You’re welcome!

    Always,
    X