newsletter pop up

hello i want to change the text in my newsletter pop up. its a set text and i cant seem to change it. im using the unicorn theme thank you

1 Like

Hello @Olcyovnoc
Our team is ready to help you.
Please share your website address and access password (if necessary) so that we can check and assist you.

  • Here is the solution for you @Olcyovnoc
  • Please follow these steps:

  • Then find the theme.liquid file.
  • Then add the following code at the before tag and press ‘Save’ to save it.

  • Here is the result you will achieve:

  • Please press ‘Like’ and mark it as ‘Solution’ if you find it helpful. Thank you.

it shows the first message first then changes to the second one. and so the original message appears for a moment

1 Like
  • Here is the solution for you @Olcyovnoc
  • Please follow these steps:

  • Then find the popups.liquid file.

  • Please press ‘Like’ and mark it as ‘Solution’ if you find it helpful. Thank you.

And add this code to file base.css to remove symbol from the ticker @Olcyovnoc

.ticker__block .ticker__separator {
  display: none !important;
}

  • Here is the result you will achieve:

1 Like

Hello, I opened and it removed the text but the new text does not appear. Any ideas?