Title: Custom Css
Last modified: October 7, 2019

---

# Custom Css

 *  Resolved [martywndrlnd](https://wordpress.org/support/users/martywndrlnd/)
 * (@martywndrlnd)
 * [6 years, 8 months ago](https://wordpress.org/support/topic/custom-css-241/)
 * Hello, this might be a stupid request but.
 * I would like to change the color of the Exit button ‘X’ (boxzilla-close-icon)
 * I tried through the WP customize menu, and directly in the CSS files of the plugins.
   It doesnt work or either i cant target it correctly.
 * Thanks in advance

Viewing 15 replies - 1 through 15 (of 18 total)

1 [2](https://wordpress.org/support/topic/custom-css-241/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/custom-css-241/page/2/?output_format=md)

 *  Thread Starter [martywndrlnd](https://wordpress.org/support/users/martywndrlnd/)
 * (@martywndrlnd)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/custom-css-241/#post-12061165)
 * Hello?
 *  Plugin Contributor [Lap](https://wordpress.org/support/users/lapzor/)
 * (@lapzor)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/custom-css-241/#post-12061697)
 * Please share a link to your website (where we can see the box) so we can take
   a look at this. What color do you want it to be and what custom CSS did you use
   so far?
 * ​Thanks for letting us know.
 *  Thread Starter [martywndrlnd](https://wordpress.org/support/users/martywndrlnd/)
 * (@martywndrlnd)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/custom-css-241/#post-12062444)
 * [https://www.cbsracing.com/](https://www.cbsracing.com/)
 * I just want it to be a lighter grey (#ccc) as my box is dark.
    So I was forced
   to use the text-close option in order to make it visible.
 *  Plugin Contributor [Harish Chouhan](https://wordpress.org/support/users/hchouhan/)
 * (@hchouhan)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/custom-css-241/#post-12064000)
 * Hey [@martywndrlnd](https://wordpress.org/support/users/martywndrlnd/),
 * Can you please share how to open the pop-up? I checked your website but no pop-
   up opened on the home page.
 *  Thread Starter [martywndrlnd](https://wordpress.org/support/users/martywndrlnd/)
 * (@martywndrlnd)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/custom-css-241/#post-12064593)
 * You have to wait 15 sec on the page 🙂
 *  Thread Starter [martywndrlnd](https://wordpress.org/support/users/martywndrlnd/)
 * (@martywndrlnd)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/custom-css-241/#post-12064596)
 * Hello,
 * You have to wait 15 sec on the page 🙂
 *  Plugin Contributor [Harish Chouhan](https://wordpress.org/support/users/hchouhan/)
 * (@hchouhan)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/custom-css-241/#post-12067226)
 * Hello,
 * Have you added the close button manually to the pop-up?
 *  Thread Starter [martywndrlnd](https://wordpress.org/support/users/martywndrlnd/)
 * (@martywndrlnd)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/custom-css-241/#post-12068658)
 * Hello,
    no.
 * Is the one thats standard in your plugin that I can’t ‘target’ properly and therefore
   can’t change the color so its visible in my dark box
 * [https://gyazo.com/8d34af59e9ecb95efe03542044c58bc3](https://gyazo.com/8d34af59e9ecb95efe03542044c58bc3)
 * I can easily see it on ‘inspect’ buy just changing the color for the box class
   in my css doesnt do anything.
    It’s like it ‘locked’ on in-style css and therefore
   I cant reach it
    -  This reply was modified 6 years, 7 months ago by [martywndrlnd](https://wordpress.org/support/users/martywndrlnd/).
    -  This reply was modified 6 years, 7 months ago by [martywndrlnd](https://wordpress.org/support/users/martywndrlnd/).
 *  Plugin Contributor [Harish Chouhan](https://wordpress.org/support/users/hchouhan/)
 * (@hchouhan)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/custom-css-241/#post-12069226)
 * Hello,
 * Thanks for sharing that. I assumed you referred to the close link at the bottom.
 * I opened your website but even after 15 seconds, the pop-up did not open so I
   could not test. But please try the following CSS and let us know if that works.
 *     ```
       .boxzilla-close-icon {
          opacity: 1 !important;
          color: #cccccc !important;
       }
       ```
   
 *  Thread Starter [martywndrlnd](https://wordpress.org/support/users/martywndrlnd/)
 * (@martywndrlnd)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/custom-css-241/#post-12072312)
 * Hello,
 * Still nothing…
 * Ill change the setting also: _Yes, when at 65% of page height_
 *  Plugin Contributor [Harish Chouhan](https://wordpress.org/support/users/hchouhan/)
 * (@hchouhan)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/custom-css-241/#post-12073499)
 * Hello,
 * Please check [https://www.dropbox.com/s/1ofslxgh54hwwu8/Screenshot%202019-10-29%2000.22.28.png?dl=0](https://www.dropbox.com/s/1ofslxgh54hwwu8/Screenshot%202019-10-29%2000.22.28.png?dl=0).
 * Can you disable “AutoOptimize” plugin and test again? Also, where exactly are
   you adding the custom CSS?
 *  Thread Starter [martywndrlnd](https://wordpress.org/support/users/martywndrlnd/)
 * (@martywndrlnd)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/custom-css-241/#post-12075831)
 * On wordpress’ own ‘customize’ panel:
 * [https://gyazo.com/38cffcd4ac78cefe14b4ee3ed2b1b9d8](https://gyazo.com/38cffcd4ac78cefe14b4ee3ed2b1b9d8)
 * And autooptimize is off – but nothing happens
 *  Plugin Contributor [Harish Chouhan](https://wordpress.org/support/users/hchouhan/)
 * (@hchouhan)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/custom-css-241/#post-12077560)
 * Hello,
 * I do see that now the plugin is disabled. However, I cannot see the pop-up anymore.
 *  Thread Starter [martywndrlnd](https://wordpress.org/support/users/martywndrlnd/)
 * (@martywndrlnd)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/custom-css-241/#post-12079056)
 * If you watch the page on ‘incognito’ it will show. I’ve set it to hide the pop-
   up if disabled.
 * 🙂
 *  Plugin Contributor [Harish Chouhan](https://wordpress.org/support/users/hchouhan/)
 * (@hchouhan)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/custom-css-241/#post-12079659)
 * Hello,
 * Thanks for the suggestion. I was able to see the pop-up.
 * Can you please try placing the code I shared on top of any other code and try
   again? In case if it still does not work, then please reach out to us at [https://boxzillaplugin.com/contact/](https://boxzillaplugin.com/contact/).

Viewing 15 replies - 1 through 15 (of 18 total)

1 [2](https://wordpress.org/support/topic/custom-css-241/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/custom-css-241/page/2/?output_format=md)

The topic ‘Custom Css’ is closed to new replies.

 * ![](https://ps.w.org/boxzilla/assets/icon-256x256.png?rev=1414640)
 * [Boxzilla - WordPress Popup Builder](https://wordpress.org/plugins/boxzilla/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/boxzilla/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/boxzilla/)
 * [Active Topics](https://wordpress.org/support/plugin/boxzilla/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/boxzilla/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/boxzilla/reviews/)

 * 18 replies
 * 3 participants
 * Last reply from: [Harish Chouhan](https://wordpress.org/support/users/hchouhan/)
 * Last activity: [6 years, 7 months ago](https://wordpress.org/support/topic/custom-css-241/page/2/#post-12083913)
 * Status: resolved