• Resolved nsingh22

    (@nsingh22)


    Hi All,

    Is it possible to change the background image in the Contact Us section using Custom CSS? I would like the image in this section to be different from the header section.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello,

    You can try this CSS

    .contact-us{
    background-image:url("Your Image URL");
    background-size:100% 100%;
    }

    Just put your image address. This will work.

    Regards,
    Gourav

    Thread Starter nsingh22

    (@nsingh22)

    It worked; thank you so much!

    ashleywalker

    (@ashleywalker)

    Does this code still work? I cannot get my contact us picture to change from the Big Title section.

    I did put this code in first to make the background white… Has it confused things?

    .header,
    .header-content-wrap,
    .packages,
    .contact-us {
    background: none repeat scroll 0% 0% rgba(0, 0, 0, 0) !important;
    }

    I have tried removing it but still no luck.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Contact Us Section – Background Image’ is closed to new replies.