• Resolved bline007

    (@bline007)


    Ok so on mobile view with this awesome plugin it gives an option for returning customer. On my site the link has a box over the top of it that is the same color as the link so my customers cannot sign into their accounts.

    thanks in advance i’m sure it’s an easy fix just cant find it right now

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support CartFlows Team

    (@cartflows)

    Hey @bline007 !

    Thank you for contacting us!

    It looks like you are adding the custom CSS from the theme’s customizer.
    Which is affecting the text which is present next to returning customers string.

    Check this image for the reference: https://cl.ly/96d5cbcfda7b

    You can remove the “.woocommerce a” from the custom code, or you can add the below CSS code into your customizer -> Under Additional CSS tab

    .woocommerce-checkout .wcf-embed-checkout-form .woocommerce a {
        background-color: transparent;
    }

    Please let me know how it goes.

    Plugin Contributor Adam @ WPCrafter

    (@wpcrafter)

    Going to mark this as resolved but feel free to ask any further questions.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Mobile return customer view’ is closed to new replies.