Okay
  Public Ticket #1653778
creating canvas menu
Closed

Comments

  • Mohidil started the conversation

    hi there,

    I created canvas menu like this

    http://themenectar.com/demo/salient-business-2/

    But in my case it is just accent color, how can i change it to gradient. As far as I understand, I have to add widget inside of it,  please show me how to do it.

    thank you in advance.

  •  9,000
    Tahir replied

    Hey M,

    Try importing the Business demo : http://themenectar.com/docs/salient/importing-demo-content/ .

    Best


    ThemeNectar Support Team 

  • Mohidil replied

    Hello Tahir,

    wooohooo i did it

    one more question how can i change background color

  •  3,030
    Andrew replied

    Hi Mohidil,

    There is not option for this in the theme and you will need to use this CSS to alter the color of that background:

    body.material #slide-out-widget-area-bg.slide-out-from-right {
        background: linear-gradient(145deg,#3452ff,#ff1053)!important;
    }
    

    add it to salient \ general settings - css script related - custom css code.

    Hope this helps.