How to add GDPR tickbox to newsletter in Prestige theme

I would like to add a tickbox with a small GDPR sentence on our main page footer contact form on Prestige theme.

This has been answered for Dawn theme but I did not worked for Prestige theme.

Thank you.

I would only know how to do this with code. What is your website URL?

www.hempster.hu

So first of course you will want to download your theme as a backup. Anytime you touch code you want to make sure you have some sort of fallback incase you mess up something. This will be a bit hard because I can only see the code on your site that is already rendered. This means the code you will be looking at will look slightly different because typically there is a lot of variables used that later get rendered to display dynamically.

Essentially you will want to go into your code. Then most likely you will find what you need to change inside your sections folder under something like footer.liquid.

The original code:


  

Szeretnél 10% kedvezményt az első vásárlásodból?

  
    

Iratkozz fel hírlevelünkre és megkapod a kedvezménykódot!

A feliratkozással elfogadod az Adatkezelési Irányelveinket!

  

  

What we are changing it to is this:


    

Szeretnél 10% kedvezményt az első vásárlásodból?

    
      

        Iratkozz fel hírlevelünkre és megkapod a kedvezménykódot!

        A feliratkozással elfogadod az 
        
      

    

    
  

The part that was added was:


Once you get to the footer page you would want to click on the code and do a search by clicking CTRL + F. In the search you will be looking for “prose text-subdued”.
This is the class name that is closest to where the label goes. You can always show me screenshots of what you see. I imagine this will be difficult if you are not versed on coding.

This is the result: