• By default using Sydney theme there are header – content (white) – footer. How could I add multiple backgrounds in 1 page?

    What I mean:

    ________________________________
    
                 HEADER
    ________________________________
    
    Content with white background
    
    ________________________________
    
    Content with grey background
    
    ________________________________
    
    Content with yellow background
    
    ________________________________
    
                 FOOTER
    ________________________________

    As for example you could check this website: https://athemes.com/theme/west/

    As you see in example above, in 1 page are multiple backgrounds when scrolling-down.

    Also there is ability to set custom height of Page Wrappers - Bottom / Top for home page?

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

    I am assuming that you have been running the Page Builder plugin.

    1. Create a page with “Front Page” template enabled in the “Page Attributes” options
    2. Insert three rows, then style each row
    3. Edit row > Row Styles > Theme > set background color

    For the sake of visual, please see this GIF https://cloudup.com/cwcU41E7tHg.

    Also there is ability to set custom height of Page Wrappers – Bottom / Top for home page?

    Could you please try to apply the following CSS code through the Simple Custom CSS plugin or child theme’s style.css?

    .home .page-wrap {
       padding-top: 0;
       padding-bottom: 0;
    }
    

    Regards,
    Kharis

    Thread Starter Infinity

    (@staska20)

    Kharis, thank you for an answer, but this not worked.

    It added backgrounds only per page width, but not for all the website’s width, look at image: https://s33.postimg.org/4p56c9av3/not_correct.png

    As you see in image I’ve added 3 rows with yellow, red and blue backgrounds. But backgrounds not full width, left and right sides are white.

    change the page attributes to full width @staska20

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Sydney theme how to pass multiple pages / backgrounds’ is closed to new replies.