Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #862972

    Jimmy P
    Participant

    I wanted to have a “lock” icon next to the checkout option and when I input this:
    http://prntscr.com/amwvt6

    I refresh the page and the lock appears and then a second later it refreshes to this:
    http://prntscr.com/amwx11

    Any suggestions?

    Thanks

    #862974

    Jimmy P
    Participant
    This reply has been marked as private.
    #863545

    Christopher
    Moderator

    Hi there,

    Please remove your code and instead add this CSS in customizer :

    .payment_box.payment_method_stripe fieldset:first-child p:first-of-type:before {
        content: "\\f023";
        font-family: fontawesome;
    }
    p.form-row.form-row-wide:before {
        content: "" !important;
    }
    

    Hope it helps.

    #864862

    Jimmy P
    Participant

    Perfect!Thank you!

    #865384

    Rad
    Moderator

    You’re welcome!