Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • oharris3 Friend
    #193658

    How do I change the background image in the footer? I thought it was a module, but it appears not. See demo site at: http://2014.icac.org.jm/

    pavit Moderator
    #518122

    Hi

    That’s a css added code, you can manage it through this file /templates/ja_appolio/css/themes/main/template.css at line 5553

    .t3-footer .container > .mask {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    background: url("../../../less/../images/bg-footer.jpg") no-repeat center center;
    background-size: cover;
    opacity: 0.1;
    filter: alpha(opacity=10);
    }

    oharris3 Friend
    #518290

    Great! Works fine.

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

This topic contains 3 replies, has 2 voices, and was last updated by  oharris3 10 years, 10 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum