Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #230521
    andliowoo
    Participant

    Hello,

    I’d like to increase the depth of the header image? Can you advise of custom css to add? My current header image gets cut off, could it fit ???

    I’d also like to add a background to the footer region? Again can this be added as custom css?

    Thanks
    Andrew

    #230522
    andliowoo
    Participant

    Here’s the site – http://secure.dls-jersey.co.uk/

    Thanks
    Andrew

    #230544
    tikaram
    Keymaster

    @andliowoo: For header media add the following additional css

    .header-media {
      height:100vh;
    }

    For footer background add the following css.

    #colophon {
        background-image: url("insert your image url");
    }

    Note: Replace the insert your image url with the proper URL of the background image.

    Regards,
    Tikaram

    #230604
    andliowoo
    Participant

    Hello Tikaram
    Thankyou, works brilliantly!
    Excellent support Catch Themes!

    Best
    Andrew

    #230651
    tikaram
    Keymaster

    @andliowoo: Glad to know that the issue has been resolve. Let me know if you have any more issues.

    Regards,
    Tikaram

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Increasing size of header image’ is closed to new replies.