• I want to upload a custom header in the Blix theme but can’t figure out how. Can someone help?

    I originally created this blog in WordPress.com and so I know the image file I created is a perfect fit. But there’s not a link to upload a header image so I assume I need to put it in the CSS but I don’t know how. Thanks!

Viewing 10 replies - 1 through 10 (of 10 total)
  • There are currently more than 1000 themes in the WordPress Themes directory. Most people aren’t intimately familiar with every one of them, so a link to your site would help…

    I have exactly the same problem the starter of this topic had. If only someone could help me to find out how to get the right image to the header.

    The header I already have on the internet and want to get to the css code.
    https://hapsutassu.wordpress.com

    And the blog it should be put on…
    https://hapsutassu.com/blogi

    Thanks for helping!

    Just change

    #header{
      background: url('your URL to your new image here');
    }

    it could also be background-image instead of background.

    I’ve been searching for a part like that to edit, but haven’t found any. Where is it? There are a plenty of different php and css pages in the editor page.

    Thank you for helping this quickly!

    In your case it’s line 61 in spring_flavour.css file ??

    Oh no… I am such a jerk. But I cannot find a file like that at all. Where should it be? And thank you so much again!

    I don’t usually use WordPress to edit files. This CSS is in /wp-content/themes/fixed-blix/css/ folder. You can edit it on your hard drive and re-upload.

    If you can’t, there’s also another way: You can open style.css and add:

    #header{
      background-image: url('your URL to your new image here') !important;
    }

    Wow! The last one really solved the problem! Thanks!

    Now there is only one more question. Since I’m not very advanced with these css codes I don’t know how to get the blog title away from the header. Is it even possible?

    I started with this system today and so far I have to say that I am very glad about the support that is given here. Thank you very much! ??

    Sure it’s possible, just add text-indent: -9999em; to #header.
    Edit: Alternatively, add #header h1, #header h3 {display: none;} to style.css

    Great, it’s amazing! Thank you for your help ??

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Add a custom header in Blix theme’ is closed to new replies.