Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #1440063

    See link to screen shot and the red circled areas show the field text is overlapping on the Cart and Checkout pages.

    The Green circle is the text that is the same color as button, so it is not visible. I can’t find out where to edit this.

    Thanks!

    #1440089

    Hey bemodesign,

    Thank you for the inquiry.

    Could you please check the screenshots? It doesn’t seem to display the issues you’ve described. Please provide screenshots of the cart and checkout pages.

    Best regards,
    Ismael

    #1440143

    attached

    #1440161

    Hi,

    Thanks for that. Please try the following in Quick CSS under Enfold->General Styling:

    .page-id-432 .components-flex-item input, .page-id-433 .wc-block-components-text-input input {
      padding: 8px 116px;
    }

    Best regards,
    Rikard

    #1440229

    Great, and can you help me find out how to change color for the Green circled area, that says “Proceed to Checkout”?

    #1440244

    And some of the fields on cart and checkout have text fields wording that overlaps. Like the United States part. can you take a look?

    #1440265

    Hi,

    Please try this as well for the button text:

    .wc-block-cart__submit-container a .wc-block-components-button__text {
      color: #fff;
    }

    I’m not sure what you would like to do with the labels in the shipping fields though, maybe move them up above the actual field?

    Best regards,
    Rikard

    #1440268

    Top one worked thanks.

    And yes, let’s Move them up above the actual field. That might solve the issue?

    #1440301

    Hi,

    Please try this CSS as well:

    .wc-block-components-address-form-wrapper .components-base-control__label {
      top: -30px;
    }

    Best regards,
    Rikard

    #1440318

    Didn’t move anything. If you look on the Check out page, it is only for the COUNTRY and STATE options. weird

    #1440341

    Hi,

    Please try this CSS instead:

    .wc-block-components-address-form-wrapper .components-base-control__label {
      top: -30px !important;
    }

    Best regards,
    Rikard

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