• I believe I would like to use the “clear style” theme for my company’s website, but I cannot figure out how to get rid of the site’s title from the header. I have a custom header with a custom made title. I can do it on other themes I’ve used, but this doesn’t seem to be an option on this one? Can anyone help me figure out how to remove it?

    Also, what keywords do I need to look for in the CSS so I can change the background of posts to be pink like the rest of the site?

    And one last question— does anyone know a theme similar to or the same as “koi” from wordpress.com? I wish I could have a transparent header like on that one, instead of the black background that shows up automatically in the png’s

    The site I’m working on is https://www.anitagoodesignonline.com Thank you for any help!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Header – try adding:

    #site-title a {
    position:absolute;
    top:-9000px;
    left:-9000px;
    }

    to the bottom of style.css

    Post color – try changing:

    div.clearstyle_c2 {
        background: url("images/line.png") no-repeat right topt;
        padding-bottom: 50px;
    }

    to:

    div.clearstyle_c2 {
        background:#FED7FD url("images/line.png") no-repeat right topt;
        padding-bottom: 50px;
    }
    chucknougat

    (@chucknougat)

    I had the same issue with wanting to get rid of the text in the header and Esmi, your advice worked perfectly.

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Clear Style 1.2 theme help- how to remove title from header?’ is closed to new replies.