Okay
  Public Ticket #3176748
Product page
Closed

Comments

  •  2
    chubben666 started the conversation

    Hi I am having an issue on my store on the product page for some reason I get a line between quantity and add to basket, I have no idea what it can be

    Attached files:  Screenshot 2022-11-28 at 14.03.51.png

  •  8,839
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):

    div#wc-stripe-payment-request-wrapper {
        width: 0px !important;
    }

    Thanks


    ThemeNectar Support Team 

  •  2
    chubben666 replied

    Hi the code removed the line but looks like it moved  "-OR-" to the right so it is not centeret 

    Attached files:  Screenshot 2022-11-28 at 22.08.58.png

  •  2
    chubben666 replied

    One more more thing when I enter the CSS code it removes the option to choose Apple Pay in the check out

  •  8,839
    Tahir replied

    Hey Again,

    Its coming from a Third Party so not sure how to hide and then have it show up again when needed:  .

    1806378014.pngClick on Image to View Larger

    Thanks 


    ThemeNectar Support Team 

  •  1,877
    Judith replied

    Hi There,

    Please try this css:

    .LinkButton {
        display: none;
    }

    Thanks,

  •  2
    chubben666 replied

    unfortunately that diden do anything, could it be that the Printful plugin is somehow interferring with the theme ?

  •  2
    chubben666 replied

    Would it be possible to just remove the "-OR-" then its not that noticeable ?

  •  8,839
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):

    p#wc-stripe-payment-request-button-separator {
        display: none !important;
    }

    Thanks


    ThemeNectar Support Team 

  •  2
    chubben666 replied

    Hi ok so it kinda worked, but I made a work around I disabled direct payment from the product page that removed the line