• Resolved tedok

    (@tedok)


    On my site is problem with „setting pop-up window“. Piece of this pop-up is under menu bar. Is it possible customize this trouble in css file? Can you help me?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author Moove Agency

    (@mooveagency)

    Hi there,

    Thanks for using our plugins.

    You can fix the issue by adding the following snippet to your functions.php

    add_action('moove_gdpr_inline_styles','moove_extend_gdpr_styles',10,3);
    function moove_extend_gdpr_styles( $styles, $primary, $secondary ) {
      $styles .= '.lity { z-index: 9999999999; }';
      return $styles;
    } 

    I hope this helps.

Viewing 1 replies (of 1 total)

The topic ‘Customize via CSS’ is closed to new replies.