Okay
  Public Ticket #170346
Home Slide Link Button
Closed

Comments

  • KAYE started the conversation

    I see lots of questions here and support for the URL/Link button option in the Home Slider. I understand how to change the color of the box outline and the text. But can I make the box a solid color rather than transparent? This relates not to the headline but rather to the clickable link.

  •  1,069
    ThemeNectar replied

    Hey KAYE,

    Add this into the Custom CSS box located in your Salient Options panel:

     
    #featured article .post-title a {
      background-color: #000!important;
      border: none!important;
    }
    
    Cheers :)