I currently have this code in Custom CSS giving me a grey gradient. .menu-container { background: grey; } .menu-container { background: linear-gradient(to bottom, rgba(116, 91, 84, 0.95) 0%, rgba(116,97,84,1) 1%, #aaa 50%, rgba(57,41,29,1) 100%); } I would like the gradient starting point on the top and bottom of the menu container to be black not grey. The bottom of the menu container is dark, but not black. Please advise? www.sapy.com
Hello Sapy, I can suggest you few sites that can generate required CSS with gradient effect and then, you can use the same in above codes. Please check: http://www.colorzilla.com/gradient-editor/ http://www.cssmatic.com/gradient-generator Hope you find the above information helpful. Warm Regards! Naveen Kolhe InkThemes.com