Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author ronangelo

    (@ronangelo)

    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

    (@sakicmilan)

    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.