Title: Border color?
Last modified: August 21, 2016

---

# Border color?

 *  Resolved [fairmediacouncil](https://wordpress.org/support/users/fairmediacouncil/)
 * (@fairmediacouncil)
 * [12 years ago](https://wordpress.org/support/topic/border-color/)
 * Is there a way to change the color of the border with a dark fixed background?
 * Im using it with that setting on [ my site](http://test.fairmediacouncil.org)
 * I looked through the editor for the stylesheet and I couldn’t find it.
 * I’m pretty sure this would just be as simple as plugging in the hex code I wanted
   to use.
 * Any idea on where the css for this plugin can be found?
 * [https://wordpress.org/plugins/wordpress-popup/](https://wordpress.org/plugins/wordpress-popup/)

Viewing 1 replies (of 1 total)

 *  [Predrag – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support1/)
 * (@wpmudev-support1)
 * [12 years ago](https://wordpress.org/support/topic/border-color/#post-4912079)
 * Hi [@fairmediacouncil](https://wordpress.org/support/users/fairmediacouncil/),
 * I hope you are well today and thank you for your questions.
 * > Is there a way to change the color of the border with a dark fixed background?
 * You can change the color of the pop up border with a dark fixed background by
   adding the following CSS code in the style.css file of your [child theme](http://codex.wordpress.org/Child_Themes)
   or add it in your site using the following plugin.
 * [http://wordpress.org/plugins/simple-custom-css](http://wordpress.org/plugins/simple-custom-css)
 *     ```
       #darkbackground > .visiblebox {
          background: #000;
       }
       ```
   
 * > Any idea on where the css for this plugin can be found?
 * You will find various CSS files for the Pop over style in the following WordPress
   PopUp plugin folder.
 * wordpress-popup/popoverincludes/css/
 * **Note:** Editing core plugin files are not recommended as on plugin updation
   changes made in the plugin files will be overwritten and lost so instead of changing
   CSS code in the plugin file, you can overwrite it by adding in your theme or 
   using any custom CSS plugin.
 * Kind Regards,
    WPMU DEV

Viewing 1 replies (of 1 total)

The topic ‘Border color?’ is closed to new replies.

 * ![](https://ps.w.org/wordpress-popup/assets/icon-256x256.gif?rev=3446944)
 * [Hustle - Email Marketing, Lead Generation, Optins, Popups](https://wordpress.org/plugins/wordpress-popup/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wordpress-popup/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wordpress-popup/)
 * [Active Topics](https://wordpress.org/support/plugin/wordpress-popup/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wordpress-popup/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wordpress-popup/reviews/)

## Tags

 * [border](https://wordpress.org/support/topic-tag/border/)
 * [color](https://wordpress.org/support/topic-tag/color/)
 * [css](https://wordpress.org/support/topic-tag/css/)

 * 1 reply
 * 2 participants
 * Last reply from: [Predrag – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support1/)
 * Last activity: [12 years ago](https://wordpress.org/support/topic/border-color/#post-4912079)
 * Status: resolved