As it turns out, I didn’t need the plugin. I can do just it with Custom CSS. `.jumbotron.banner-none{
background-image: url(“https://www.gerakis-lab.com/wp-content/uploads/2019/06/laserpic1-banner-e1560286364697.jpg”);
/* Set a specific height */
height: 180px;
/* Create the parallax scrolling effect */
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
`
I found the solution on this site: https://www.w3schools.com/howto/howto_css_parallax.asp
Thanks again,
Justin
@lyrathemes
Can you give specifics on how to do that? I’m not well versed in programming with regards to web pages. I know for the custom CSS you can put in a url for the image, but I see that the header.php will work differently than that. I’m thinking I add another “navbar-header” under “container”, but I don’t really know.
Thanks again,
Justin