• Resolved braddo911

    (@braddo911)


    Hi Nazrul,

    Great plugin. I’ve been using it for almost 2 years and been very happy with it.

    I have noticed that there are some weird dotted lines around the credit card entry boxes on my site. Do you know what is causing them?

    View post on imgur.com

    My site is https://www.sicilybag.com

    Would be very much appreciated if you can let me know if there’s anyway to get rid of the lines

    Thanks

    Brad

Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author syednazrulhassan

    (@nazrulhassanmca)

    There a css as follows

    
    #payment div.payment_box .wc-credit-card-form {
         border: 1px dashed; 
    }

    If you comment out above that would go fine

    Thread Starter braddo911

    (@braddo911)

    Hi Nazrul, thanks for your reply.

    Where would I find this css? Where do I edit it?

    Sorry – I am not very experienced. Please tell me where to find this CSS

    Cheers

    Brad

    Plugin Author syednazrulhassan

    (@nazrulhassanmca)

    Hi Brad , you can add in themes css file

    Thread Starter braddo911

    (@braddo911)

    Hi Nazrul,

    I really do not understand what you mean.

    I have tried adding the above code to my theme’s custom css file, and it does not help.

    Please let me know the exact code and the exact name of the file that I need to add this code to.

    Thanks

    Brad

    Thread Starter braddo911

    (@braddo911)

    Hi Nazrul,

    I need to add the code to my child theme, otherwise the problem will come back every time I update the theme.

    I would really appreciate if you can let me know what code to add to my child theme’s style.css file!

    Thanks

    Brad

    Plugin Author syednazrulhassan

    (@nazrulhassanmca)

    Hi Brad ,

    Add this to your child theme.

    
    #payment div.payment_box .wc-credit-card-form {
         border: none !important ; 
    }
    
    
    Thread Starter braddo911

    (@braddo911)

    Hi Nazrul,

    Thanks for your reply!

    I tried adding that to my child theme but it doesn’t work. The dotted lines are still there. The same as before. ??

    Thread Starter braddo911

    (@braddo911)

    I think it has worked now! Thanks Nazrul ??

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘weird dotted lines showing around the credit card entry boxes on my site’ is closed to new replies.