hyounas12 0 Share Posted October 19, 2020 (edited) Site URL: https://iris-owl-xay3.squarespace.com/ https://iris-owl-xay3.squarespace.com/ Password test I am trying to add Paypal credit banner after add to cart button. I was able to add the this banner to all products by using adding below code in Shop page header page code injection. The code was below <div class="paypalcredit" style="margin-top:30px;" data-pp-message data-pp-style-layout="flex" data-pp-style-ratio="8x1" data-pp-style-color="white-no-border" data-pp-amount="ENTER_VALUE_HERE"> </div> <script> $(function() { $(".paypalcredit").insertAfter(".sqs-add-to-cart-button-wrapper"); }); </script> It is working fine like below Now the issue is the shop page is also started showing banner over the menu like below . I don't want the banner to be displayed like this on menu. Edited October 19, 2020 by hyounas12 Link to post
0 tuanphan 8,930 Share Posted October 21, 2020 I see fine here. Do you still need help? hyounas12 1 You can send your question to my email to get detail answer. / How to Setup Password & Share URL --- Happy New Year Link to post
Question
hyounas12 0
Site URL: https://iris-owl-xay3.squarespace.com/
https://iris-owl-xay3.squarespace.com/
Password test
I am trying to add Paypal credit banner after add to cart button. I was able to add the this banner to all products by using adding below code in Shop page header page code injection. The code was below
<div class="paypalcredit"
style="margin-top:30px;"
data-pp-message
data-pp-style-layout="flex"
data-pp-style-ratio="8x1"
data-pp-style-color="white-no-border"
data-pp-amount="ENTER_VALUE_HERE">
</div>
<script>
$(function() {
$(".paypalcredit").insertAfter(".sqs-add-to-cart-button-wrapper");
});
</script>
It is working fine like below
Now the issue is the shop page is also started showing banner over the menu like below . I don't want the banner to be displayed like this on menu.

Edited by hyounas12Link to post
Top Posters For This Question
1
1
Popular Days
Oct 19
1
Oct 21
1
Top Posters For This Question
hyounas12 1 post
tuanphan 1 post
Popular Days
Oct 19 2020
1 post
Oct 21 2020
1 post
Popular Posts
tuanphan
I see fine here. Do you still need help?
Posted Images
1 answer to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment