Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1148630
    kodifletcher
    Participant

    The text “Create an account by entering the information below. If you are a returning customer please login at the top of the page.” on my checkout page is not correctly displayed and I have tried the code from this post and it is not working.
    Link to my page will be in the reply.

    https://community.theme.co/forums/topic/woocommerce-checkout-page-is-not-right/

    #1148632
    kodifletcher
    Participant
    This reply has been marked as private.
    #1149058
    Darshana
    Moderator

    Hi there,

    Thanks for writing in! Please add the following CSS workaround into your Customizer, Custom > CSS area.

    
    .woocommerce .create-account p {
        display: block;
        float: left;
        width: 100%;
    }
    

    Hope that helps.

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