Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1274471
    [email protected]
    Participant

    Hi I have reviewed the other thread on this, but don’t see this in my code.
    http://tatyanakozh.staging.wpengine.com/contact/

    This footer has bold, all other pages do not.

    #1274475
    Lely
    Moderator

    Hi There,

    This issue usually happens if you have an open bold tag <strong> but missing closing </strong>. The open tag will look for the closing tag and in turn make other text bold until the corresponding closing tag is found. Please look for it or better share us your admin credentials so we can check.

    #1274591
    [email protected]
    Participant
    This reply has been marked as private.
    #1274614
    Paul R
    Moderator

    Hi,

    To fix it, you can add this under Custom > Edit Global CSS in the Customizer.

    
    .x-colophon.bottom .x-colophon-content p {
        font-weight: normal;
    }
    

    Hope that helps

  • <script> jQuery(function($){ $("#no-reply-1274471 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>