Title: Customize via CSS
Last modified: October 22, 2018

---

# Customize via CSS

 *  Resolved [tedok](https://wordpress.org/support/users/tedok/)
 * (@tedok)
 * [7 years, 7 months ago](https://wordpress.org/support/topic/customize-via-css/)
 * 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](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fcustomize-via-css%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  Plugin Author [Moove Agency](https://wordpress.org/support/users/mooveagency/)
 * (@mooveagency)
 * [7 years, 7 months ago](https://wordpress.org/support/topic/customize-via-css/#post-10814698)
 * 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.

 * ![](https://ps.w.org/gdpr-cookie-compliance/assets/icon-256x256.png?rev=2376316)
 * [GDPR Cookie Compliance - Cookie Banner, Cookie Consent, Cookie Notice for CCPA, EU Cookie Law](https://wordpress.org/plugins/gdpr-cookie-compliance/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/gdpr-cookie-compliance/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/gdpr-cookie-compliance/)
 * [Active Topics](https://wordpress.org/support/plugin/gdpr-cookie-compliance/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/gdpr-cookie-compliance/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/gdpr-cookie-compliance/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Moove Agency](https://wordpress.org/support/users/mooveagency/)
 * Last activity: [7 years, 7 months ago](https://wordpress.org/support/topic/customize-via-css/#post-10814698)
 * Status: resolved