Hey,
Is there anyway to change the background image of all the sections (excluding the paralax section). Right now most of them are white, but i want to have a pattern/design in the background rather than a solid background color.
here’s an example.
http://www.smashingbuzz.com/wp-content/uploads/2010/06/Web-Design-Social-Media2.jpg
What would the css code be for background images?
Thank you,
Ian Vaughan
movin
November 29, 2016, 12:31pm
2
Hi Ian Vaughan,
I hope you are well today and thank you for your question.
You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.
Admin Area -> Appearance -> Customize -> Shapely Options -> Other
.shapely_home_portfolio .projects,
.shapely_home_features,
.shapely_home_clients {
background: url("http://www.smashingbuzz.com/wp-content/uploads/2010/06/Web-Design-Social-Media2.jpg") no-repeat;
background-size: 100%;
}
Best Regards,
Movin