Okay
  Public Ticket #2744224
Out Of stock Button
Closed

Comments

  •  19
    david berman started the conversation

    Out Of stock Button very light. Have tried various CSS off Google but cannot come right.

    See Screenshot below.

  •  8,403
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):

    .single-product .entry-summary p.stock.out-of-stock, .nectar-quick-view-box p.stock.out-of-stock {
        background: #9d5bc6 !important;
        color: #eee !important;
    }

    Thanks


    ThemeNectar Support Team