• Resolved silico26

    (@silico26)


    hi all. i changed my footer background image via ftp, but quickly noticed that the Simple Catch theme pulls this same image for the very-top horizontal image bar that runs across the top of the site (looks ugly with the color scheme i have going on)…

    any suggestions on keeping this background image file in place for ONLY the very-top/horizontal bar across the top of the site and adding my own custom footer background?

    hopefully this makes sense. thanks in advance

Viewing 4 replies - 1 through 4 (of 4 total)
  • Good Guy

    (@mytaxsitecouk)

    Generally, everything is possible these days but without the sight of your design nothing is possible.

    Have you got a valid link for volunteers here to have a quick look at it?

    Thread Starter silico26

    (@silico26)

    my bad! here’s the link. thanks

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Make a Child Theme or use a Custom CSS plugin and use this CSS;

    #header .top-bg {
     background: url(images/oneImageHere.jpg) repeat-x;
    }
    
    #footer {
     background: url(images/AnotherImageThere.jpg) repeat-x;
    }

    Thread Starter silico26

    (@silico26)

    worked perfectly. really loving the “custom ccs” option with the simple catch theme – great feature.

    thanks for your help

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘possible to set a custom footer bg img (separate from top horizontal bar img)?’ is closed to new replies.