Okay
  Public Ticket #145547
Color see-through button
Closed

Comments

  • Claire started the conversation
    Hi there! is it possible to change the color of the see-through button? It is white by default but this is unreadable ont he color of the background of my portfolio items. Or is it possible to change the color of portfolio item background? Thanks Claire
  •  988
    ThemeNectar replied

    Hey Claire!

    Add this into your custom css box in the theme options panel:

    body .nectar-button.see-through {
      color: #333!important;
      border-color: #333!important;
    }