Tagged: ,

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #15633
    jpbertram
    Member

    Hello!

    Can I add a custom blog header to our blog page?

    http://www.commishcollege.com/blog

    We’d like it to replace the “Blog” text atop the page.

    Thanks!

    #15645
    Sakin
    Keymaster

    @jpbertram: You can add it in “Appearance => Theme Options => Custom CSS” box. The following CSS is an example where the blog text is replaced by image and then remove the border.

    .page-template-page-blog-php .page-header {
        background: url("http://commishcollege.com/wp-content/uploads/2013/09/packers-49ers-football-anquan-boldin-jerron-mcmillian_pg_600-690x440.jpg") no-repeat scroll 0 0 transparent;
        border: none;
        text-indent: -99999px;
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Blog Header’ is closed to new replies.