Header

  • John McCubbin

    #4261

    is there a way to have an image in the header with a transparent background so that the background is essentially the body background i have the key image with a transparent background but when i uploaded and activated the background was black

    Mod

    Kenneth John Odle

    #21760

    Any time you upload a header image, it automatically gets converted to a .jpg image, and unfortunately, .jpg doesn’t support transparency.

    I suppose you could try adding a transparent image (.png is your best bet) via custom css:

    #header {
    background: url('path to image file') !important;
    }

    Anonymous

    #21761

    Simple CSS trick perhaps?

    #header {
    background: none repeat scroll 0 0 transparent !important;
    }

    John McCubbin

    #21762

    that kinda worked the background headser was the background colour but the picture wasnt’ there

    John McCubbin

    #21763

    Got it working using Kenneth’s help and uploaded the file which was a gif to the media thanks for the help

Viewing 5 posts - 1 through 5 (of 5 total)

  • You must be logged in to reply to this topic.