Hi,

Is it possible to have a different background image for each page without using a plugin? The template allows only for a universal background image. Would be good to know if I can make it work for this template. ps - I do not expect you to do anything on the site itself, hence no login details.

    5 days later

    madhouse Hi

    I can suggest 2 options:

    1/ Template site settings:
    Go to template >> Site settings >> clone the current 'default' profile to have a new one and set the background image you wish:


    Next, duplicate the current template style >> assign the new profile of 'Site settings' to this template style and assign to the page you want to have that background image.

    2/ CSS: you can open the menu item of the page you want to set background image and add a page class for it. Let me take the about us page as sample:

    Then you define custom css for this class:

    .page-about .t4-content {
        background-image: url(/path/of/your/desired/background/image/here);
    }

    Regards

    Write a Reply...
    You need to Login to view replies.