Title: insert ad code above header
Last modified: August 21, 2016

---

# insert ad code above header

 *  Resolved [sakicmilan](https://wordpress.org/support/users/sakicmilan/)
 * (@sakicmilan)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/insert-ad-code-above-header/)
 * hi how to insert ad code in theme editor to appear it above header and center
   it?

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

 *  Theme Author [ronangelo](https://wordpress.org/support/users/ronangelo/)
 * (@ronangelo)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/insert-ad-code-above-header/#post-5075850)
 * You mean above the top bar outside the container?
 * – Go to `Frontier Options -> Widgets` then check “Body”.
    – On the Widgets page,
   add a Text Widget on the Body widget area. – Add your Ad code on that Text Widget.
 * To center, add this on `Frontier Options -> Custom CSS`
 *     ```
       .widget-body {
           background-color: transparent;
           border: none;
           box-shadow: none;
           display: block;
           margin: 0;
           text-align: center;
       }
       ```
   
 * Note: If you edit any theme files without using a child-theme then your changes
   will be lost when you update the theme.
 *  Thread Starter [sakicmilan](https://wordpress.org/support/users/sakicmilan/)
 * (@sakicmilan)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/insert-ad-code-above-header/#post-5075889)
 * i dont have body option it widgets?

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

The topic ‘insert ad code above header’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/frontier/1.3.3/screenshot.png)
 * Frontier
 * [Support Threads](https://wordpress.org/support/theme/frontier/)
 * [Active Topics](https://wordpress.org/support/theme/frontier/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/frontier/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/frontier/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [sakicmilan](https://wordpress.org/support/users/sakicmilan/)
 * Last activity: [11 years, 11 months ago](https://wordpress.org/support/topic/insert-ad-code-above-header/#post-5075889)
 * Status: resolved