• Resolved fairmediacouncil

    (@fairmediacouncil)


    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

    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/

Viewing 1 replies (of 1 total)
  • Hi @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 or add it in your site using the following plugin.

    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.