Reply To: Parallax just on one widget area

Homepage Community Forums Epik Theme Support Parallax just on one widget area Reply To: Parallax just on one widget area

#13189
Wes
Moderator

    @Exkalibur your link doesn’t seem to be working at the moment, so I’ll try again later to see what’s going on. Until then, check your css for something like this –

    /* Home Feature Classes */
     
    /*You can add background images/colors to each section of the homepage by adding them to the classes below.
    */
    
    .hf1,
    .hf3,
    .hf4,
    .hf5,
    .hf6,
    .hf7,
    .hf8,
    .hf9,
    .hf14 {
    	-webkit-background-size: cover;
    	-moz-background-size: cover;
    	background-attachment: fixed;
    	background-repeat: no-repeat;
    	background-size: cover;
    }
    
    .hf1 {}
    
    .hf3 {}
    
    .hf4 {}
    
    .hf5 {}
    
    .hf6 {}
    
    .hf7 {}
    
    .hf8 {}
    
    .hf9 {}
    
    .hf14 {}
    

    You can add css to each widget background/area individually if you wanted. Let me know once your site is up again and I’ll check if the above info isn’t helpful.