Forum Replies Created

Viewing 1 replies (of 1 total)
  • Hi,

    Just go to class-age-verify.php:
    public function custom_styles() { ?>

    <style type=”text/css”>

    #av-overlay-wrap {
    background: #<?php echo esc_attr( av_get_background_color() ); ?>;
    }

    #av-overlay {
    background: #<?php echo esc_attr( av_get_overlay_color() ); ?>;
    }

    #av-overlay {
    width: 75%;
    margin: 20px auto 0px auto;
    }

Viewing 1 replies (of 1 total)