Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1111574
    Denise T
    Participant

    My site is http://www.wunderkid.co
    If you go here to setup an account the formatting is incorrect. I would like to have the boxes in line with the text.

    Wholesale Log In Page

    The button to shop on the page below is all black and I can’t figure out how to make the text white on this button.

    MY ACCOUNT

    Thanks! I’ll provide credentials for login separately.

    #1111576
    Denise T
    Participant
    This reply has been marked as private.
    #1111599
    Christopher
    Moderator

    Hi there,

    Please add following code in Customize -> Custom -> CSS :

    form#wwlc_loginform label {
        float: left;
        padding-right: 16px;
    }

    Provided credentials don’t work so I can’t check orders page.

    Hope that helps.

    #1113241
    Denise T
    Participant
    This reply has been marked as private.
    #1113314
    Christopher
    Moderator

    Hi there,

    Please Find this code and remove extra curly bracket :

    .x-breadcrumb-wrap {
    background: #ffffff;
    }
    } 

    And add the code I provided in previous replay.

    Hope that helps.

    #1121100
    Denise T
    Participant

    I removed the above } as suggested and added the code provided earlier and it still didn’t fix it.

    #1121285
    Rad
    Moderator

    Hi there,

    Please pay attention when pasting the CSS, you pasted your CSS between the brackets of this CSS

    a.button.product_type_simple.ajax_add_to_cart {
        display: none !important;
    
    /* you pasted your CSS here */
    
    }

    Which result to this,

    a.button.product_type_simple.ajax_add_to_cart {
        display: none !important;
      
      .woocommerce .button{color: #ffffff}
      
      form#wwlc_loginform label {
        float: left;
        padding-right: 16px;
    }
      
      form#wwlc_loginform label {
        float: left;
        padding-right: 16px;
    }
    
    }

    Removing the last bracket will not fix it since it still pasted on the wrong block. It should be like this,

    a.button.product_type_simple.ajax_add_to_cart {
        display: none !important;
      }
      .woocommerce .button{color: #ffffff}
      
      form#wwlc_loginform label {
        float: left;
        padding-right: 16px;
    }
      
      form#wwlc_loginform label {
        float: left;
        padding-right: 16px;
    }

    I also checked the button and the text is already white.

    Thanks!

    #1122318
    Denise T
    Participant

    I copied the below code and replaced it and it doesn’t seem to have fixed it. Thoughts?

    #1122410
    Thai
    Moderator

    Hi There,

    I’ve just fixed your custom CSS.

    Could you please check again?

    Thanks.

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