Okay
  Public Ticket #1118185
Gradient lines
Closed

Comments

  •  2
    Christopher started the conversation

    I'm using the gradient extra color to create a small divider line between text.  The gradient goes from red to white.  Sometimes that line is used over a white background and it looks just fine.  Other times that line is used over a blue or grey background and you can see that there is white in the gradient.  Is there a way to force the white to actually be transparent in this case or have a gradient that fades from one color to none at all.  If you visit the link I attached you'll see an example half way down the page.  Thanks.

  •  9,005
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    .divider-small-border[data-color="extra-color-gradient-1"], .divider-border[data-color="extra-color-gradient-1"], .nectar-progress-bar span.extra-color-gradient-1 {
        background: linear-gradient(to right,rgba(255, 255, 255, 0),#e2231a) !important;
    }

    Thanks


    ThemeNectar Support Team