Viewing 5 replies - 1 through 5 (of 5 total)
  • Can’t answer that without a link to your site.

    Thread Starter ursula10

    (@ursula10)

    Unless you provide a link to a page demonstrating the problem, no one will be able to offer much in the way of assistance.

    You can hide it with CSS, but it looks like it’s built into your theme somewhere. Try the theme’s settings or the General WP settings.

    First of all, don’t open a new thread for the same question.

    Second of all, the CSS to hide it is:

    #hdrRight {
     display:none;
    }

    you can either add that to #hdrRight id in style.css or copy paste the whole thing at the end of style.css

    Note: Hiding it with CSS isn’t all that semantic because the code will still be there in the HTML. You can target the php callout for that and get rid if it.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Theme page banner’ is closed to new replies.