How can i remove powered by rivo in newsletter popup

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

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

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 tag


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