Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #366258

    Hi –
    Is there any easy way to add a banner ad/image or text below the header and above page content across our site?

    #366389

    Hey!

    Try with this custom CSS:

    #header:after{
        content: "banner";
        position: absolute;
        height: 60px;
        line-height: 60px;
        width: 100%;
        background: red;
        text-align: center;
    }

    Cheers!
    Josue

    #366869
    This reply has been marked as private.
    #366936

    Hi!

    Please replace ‘banner’ in Josue’s code with your own text

    Best regards,
    Yigit

    #369149
    This reply has been marked as private.
Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Banner Ad on Template’ is closed to new replies.