Title: Code in the article
Last modified: October 5, 2018

---

# Code in the article

 *  Resolved [imran13](https://wordpress.org/support/users/imran13/)
 * (@imran13)
 * [7 years, 8 months ago](https://wordpress.org/support/topic/code-in-the-article-2/)
 * I use the Ad Inserter plugin to insert the code on the website around the advertising
   yellow borders. How to get rid of them? [https://prnt.sc/l2km8v](https://prnt.sc/l2km8v)
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fcode-in-the-article-2%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 7 replies - 1 through 7 (of 7 total)

 *  Plugin Author [Spacetime](https://wordpress.org/support/users/spacetime/)
 * (@spacetime)
 * [7 years, 8 months ago](https://wordpress.org/support/topic/code-in-the-article-2/#post-10753567)
 * The yellow color is because of your theme which sets this color for ins elements
   used by ad blocks.
    To change it to white add this CSS code to the Header:
 *     ```
       <style>
       ins {
         background: #fff;
       }
       </style>
       ```
   
 * [https://adinserter.pro/documentation/plugin-settings#header-footer](https://adinserter.pro/documentation/plugin-settings#header-footer)
 *  Thread Starter [imran13](https://wordpress.org/support/users/imran13/)
 * (@imran13)
 * [7 years, 8 months ago](https://wordpress.org/support/topic/code-in-the-article-2/#post-10753945)
 * understandably! and how to make sure that the yellow empty places were not?
 *  Plugin Author [Spacetime](https://wordpress.org/support/users/spacetime/)
 * (@spacetime)
 * [7 years, 8 months ago](https://wordpress.org/support/topic/code-in-the-article-2/#post-10753989)
 * I’m sorry, can you please clarify what do you mean?
 *  Thread Starter [imran13](https://wordpress.org/support/users/imran13/)
 * (@imran13)
 * [7 years, 8 months ago](https://wordpress.org/support/topic/code-in-the-article-2/#post-10757833)
 * I wrote to the developers of the topic Hueman they said that the problem is in
   the plugin.
 *  Thread Starter [imran13](https://wordpress.org/support/users/imran13/)
 * (@imran13)
 * [7 years, 8 months ago](https://wordpress.org/support/topic/code-in-the-article-2/#post-10757839)
 * I meant how to remove empty space for example [https://prnt.sc/l3993l](https://prnt.sc/l3993l)
 *  Plugin Author [Spacetime](https://wordpress.org/support/users/spacetime/)
 * (@spacetime)
 * [7 years, 8 months ago](https://wordpress.org/support/topic/code-in-the-article-2/#post-10757857)
 * The plugin only inserts the code you configure.
 * You can always check source code of the page.
    You can also use web inspector
   in the browser to examine the code.
 * And there are also debugging functions to label inserted code blocks:
    [https://adinserter.pro/documentation/debugging](https://adinserter.pro/documentation/debugging)
 * That space is part of the ad block and generated by the ad code.
    You can’t remove
   it, you can only change the color.
 * Yellow color is because of CSS code of your theme:
 *     ```
       .entry ins {
           background: #fff486;
       }
       ```
   
 * in the file
 * `http://blog-95.ru/wp-content/themes/hueman/assets/front/css/main.min.css?ver
   =3.4.2`
 * which belongs to your theme Hueman:
 * ![](https://i0.wp.com/image.ibb.co/ifiQTp/color.png?ssl=1)
 *  Thread Starter [imran13](https://wordpress.org/support/users/imran13/)
 * (@imran13)
 * [7 years, 8 months ago](https://wordpress.org/support/topic/code-in-the-article-2/#post-10757916)
 * thank you helped

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘Code in the article’ is closed to new replies.

 * ![](https://ps.w.org/ad-inserter/assets/icon-256x256.jpg?rev=1502039)
 * [Ad Inserter - Ad Manager & AdSense Ads](https://wordpress.org/plugins/ad-inserter/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/ad-inserter/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/ad-inserter/)
 * [Active Topics](https://wordpress.org/support/plugin/ad-inserter/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/ad-inserter/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/ad-inserter/reviews/)

## Tags

 * [code](https://wordpress.org/support/topic-tag/code/)

 * 7 replies
 * 2 participants
 * Last reply from: [imran13](https://wordpress.org/support/users/imran13/)
 * Last activity: [7 years, 8 months ago](https://wordpress.org/support/topic/code-in-the-article-2/#post-10757916)
 * Status: resolved