Okay
  Public Ticket #2403393
Pop Up
Closed

Comments

  • Daniel Curran started the conversation

    How does one edit the ARE YOU 21 pop up?

  •  1,625
    Andrey replied

    Hello, Dear Daniel Curran!

    In order to set up this popup, please click WP Dashboard => Appearance => Customize => Theme meta =>  Popup Question: 

    http://prntscr.com/ocht45 

    Click publish button, clear cache in a browser and check results at front-end. 

    Best Regards!


  • Daniel Curran replied

    I don't want to turn it off - I want to change what it says.

  •  1,625
    Andrey replied

    Hello, Dear Daniel Curran!

    You may change this text in the file \wp-content\themes\medactive\header.php

    line # 98:

    <h4 class="special-heading text-center"><?php echo esc_html__('Are you over 21 years old?','medactive');?></h4>
    

    Then save changes and check results at front-end.

    Best Regards!