• Hey, I know this question probably get asked a lot but I can’t find any threads that have the same CSS coding as my site.

    My site is https://iamjulesrussell.com and I’m looking to replace the header with some type of photoshop img (not created yet) and remove the blog name and description.

    Thanks for your help,

    Jules

Viewing 2 replies - 1 through 2 (of 2 total)
  • I think header is in class “banner” in style.css.
    Give your img as background-image in .banner{}
    And in the header file find <div class=”banner”>
    Under that u can find the code for blogname in h1 tag and description in <div class-“blodesc”>….
    Remove it

    Thread Starter julesdr

    (@julesdr)

    well I kind of figured something out for the time being by simply replacing the default “blogicon.png” image file with one that was simply designed differently…

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Changing Header txt and img’ is closed to new replies.