All things Shopify and commerce
Hello I am trying to remove powered by rivo from newsletter popup (First time visit) from shopify but cannot remove either from rivo app and from liquid if anybody can assist?
Hello @mohammadismail
Its Artzen Technologies! We will be happy to help you today.
Please send your store url
Let me know if need further assistance
Regards,
Artzen Technologies
meowmine.myshopify.com
Password is admin
Navigate to Online Store > Themes > [...] > Edit Code. Find the theme.css file in the Assets folder. Scroll all the way to the bottom/end of all the CSS code and make a new line. Add the following:
.powered_by_rivo {
display: none !important;
opacity: 0 !important;
}
Unless you find the App provides a space for custom CSS. Then you can add it there.
Hello Thank You.. but I added new line on theme.css but it didn't worked and still showing...
You can try to follow these steps:
Go to Online Store -> Themes -> Actions -> Edit code.
Go Assets folder -> theme.liquid file.
Add the following code in the bottom of the file above </body> tag
<style>
#ba-widget-105751-modal .powered_by_rivo {
display: none;
}
</style>
Hi I have added the above mentioned code in body in theme.css and its still not working..
Add this script code instead of first css code
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
<script>
$(document).ready(function() {
var iframe = $('#ba-widget-iframe');
iframe.on('load', function() {
var iframeDocument = iframe[0].contentDocument || iframe[0].contentWindow.document;
var elementToHide = iframeDocument.querySelector('.powered_by_rivo');
if (elementToHide) {
$(elementToHide).hide(); // Use jQuery to hide the element
}
});
});
</script>
Hey @mohammadismail
Could you please provide your Store URL and, if applicable, the Password too? Your cooperation is greatly appreciated!
Best Regards,
Moeed
https://meowmine.myshopify.com/
Password admin
Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024