• I would like to custom or at least add an image in the header. I can’t find out where I can edit the header.
    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author ThemeTrust

    (@themetrust)

    You could do that some custom CSS either added to your theme’s style.css file or the style.css file of your child theme.

    .site-header {
       background: transparent url(your-image-url-here) no-repeat;
    }

    Hey folks,

    I am trying to use CSS to modify the appearance of my McKinley Theme site. I would like to do the following:

    -Remove the date/time stamp of my “posts”
    -Remove the bottom gray footer completely ( the gray bar with “Customized McKinley theme” and “Blog at WordPress.com” on it)
    -Extend the grey header with name and pages listed all the way to the left and right of the site
    -Remove all the borders

    Here’s my site: JamesSeevers.com

    Basically just want a white blank page with the header and one central image. Thanks so much for any suggestions!

    NollieHeel

    (@nollieheel)

    JamesSeevers:
    If you wish to get responses with your question, you ought to post a new topic, instead of replying inside someone else’s.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Custom header image’ is closed to new replies.