Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #875767

    Hi, how can I make the PayPal button that shows in the cart hover icon be full width and also add some spacing between it and the text above – https://screencast.com/t/ZSSgZuwO9ATA?

    Thanks.

    #875973

    Hey DROR,

    Please try the following in Quick CSS under Enfold->General Styling:

    #woo_pp_ec_button {
      display:block !important;
      min-width:100% !important;
    }
    
    #woo_pp_ec_button img {
      width: 100% !important;
    }

    Best regards,
    Rikard

    #875998

    Hi, it seems that making that button bigger also makes the Cart page button much bigger… Is there a way to change it so that each button will be different?

    #876316

    Hi,

    It shouldnt, the target Rikard is giving you is specific for paypal and trying on debugger, we can not see any actual problem.

    Best regards,
    Basilis

    #876365

    Did you see the screenshot I linked to? I meant the PayPal button in the cart page is also showing much bigger.

    #876929

    Hi,

    Thanks for the feedback, I thought you wanted it full width like you wrote in your first message. You should be able to control the image width using this CSS, change it to 50% for instance:

    #woo_pp_ec_button img {
      width: 50% !important;
    }

    Best regards,
    Rikard

    #876960

    I want the button in the cart popup to be fullwidth, not the button on the actual cart page

    #877510

    Hi,

    I can’t see the Paypal button on the site anymore?

    Best regards,
    Rikard

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