• Hi, I’ve uploaded a custom header image for the theme “Under the Influence” but I can’t get the blog title and description text to go away. I’ve clicked “Hide Text” and “Save” but it prints over my header image. Thanks for your help! see issue at: http://www.madaketmarket.com/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Try adding:

    #header h1, #header h1 a,#header #description {
    position:absolute;
    top_-9000px;
    left:-9000px;
    }

    to the bottom of style.css.

    Thread Starter westend

    (@westend)

    Thank you! That worked except it still printed the “description” phrase from under General Settings, so I just deleted that phrase. Thanks!

    jess-mg

    (@jess-mg)

    you can also do into the style.css and put this:

    .description{
    display:none;

    It will keep the info there for your title on the browser but take it out of the header.

    That worked except it still printed the “description” phrase from under General Settings, so I just deleted that phrase.

    If you go to Appearance --> Under the Influence Options, there’s an option called Description that allows you to toggle its displaying or not in the header. It will always display in the info section of the browser, however, but I imagine we all want that anyway.

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

The topic ‘Under the Influence–Header Text’ is closed to new replies.