• Hi there,
    My website: https://www.radicards.com/
    I used to have my custom banner coded into the style.css file of this theme. The banner was located between the rows for categories and pages. I recently had to reinstall the theme and I lost my custom banner. I tried re-including the code into the style.css file just under for following line:

    #header #headerbanner a:hover {
    background: url(images/blacktrans.png);
    }

    I added the following code just under what’s shown above and this code used to work. Does anyone here know what I need to do to reinstate my custom banner between the rows for categories and pages at the header of this theme?

    #header {
    background-image:url(‘IMAGEURL’);
    background-repeat:no-repeat;
    padding-bottom:40px;
    height:105px;
    }
    #header #logo {
    display:none;
    }
    #headerbanner {
    display:none;
    }

Viewing 1 replies (of 1 total)
  • Thread Starter patrick182

    (@patrick182)

    I discovered that this theme has a Header widget. I put a new set of code in there, which helped reveal the banner on the header but it only covers, doesn’t replace the stock content that comes in the header. Any ideas on how I can remove all of the stock content from the header that’s shown behind my banner?

Viewing 1 replies (of 1 total)
  • The topic ‘Where to add Header Banner code?’ is closed to new replies.