Okay
  Public Ticket #1957598
Accent Color Gradient
Closed

Comments

  • derachter started the conversation

    hey I would like to transform the Accent color #1 into a color gradient - The colors should: #0099fd and #3bb44a. Can you give me a css code? Thanks for your help. 

  •  8,996
    Tahir replied

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    #header-outer header#top nav>ul>li[class*="button_solid_color"]>a:before {
        border: 0 !important;
        background: #e6037e;
        background: linear-gradient(125deg,#e6037e,#00d7fc);
    }

    Thanks


    ThemeNectar Support Team 

  • derachter replied

    Thanks for your help. How can I change the color of the Accent Color in a gradient effect. 

    Thank You!

    linear-gradient(125deg,#0099fd,#3bb44a);


  •  8,996
    Tahir replied

    Thats not possible i am afraid. 

    Best


    ThemeNectar Support Team