Change header/banner colour in Titan

  • I’m new to customising Titan.

    Can anyone please advise me how to customise CSS in Titan to change the colour in the header / title bar ?

    Could I also insert an image in this part of my blog?

    Cheers

    The blog I need help with is: (visible only to logged in users)

  • You can change the color of your head with this css.

    #header {
    background: #443b31;
    }

    The color code is for the current color on your blog. You can find the code of the color you want here http://www.colorpicker.com/.

    For a background image you would use this code.

    #header {
    background-image: url('image url here');
    }

    Depending on the image you can set it to not repeat. If you upload an image and it isn’t working right let me know.

  • The topic ‘Change header/banner colour in Titan’ is closed to new replies.