Change menu container gradient colour

Discussion in 'BizWay WordPress Theme' started by sapy_marketing, Jan 13, 2017.

  1. sapy_marketing

    sapy_marketing Member

    Joined:
    Mar 5, 2014
    Messages:
    64
    Likes Received:
    0
    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
     
  2. Naveen

    Naveen Guest

    Joined:
    Aug 8, 2014
    Messages:
    1,739
    Likes Received:
    64

Share This Page