Okay
  Public Ticket #1721438
Button text color. Oddly, I can't change it
Closed

Comments

  • Mach started the conversation

    Hi Team,

    I want to change the text on the button "Join The Community" to black.  Can you provide the CSS (or suggest another way)

    Thanks!

  •  3,030
    Andrew replied

    Hi Mach,

    Could your try the following CSS:

    a[href="https://www.instagram.com/dr.ericagrenci/"] span{
      color:black;
    }
    a[href="https://www.instagram.com/dr.ericagrenci/"] .icon-button-arrow{
      color:black;
    }
    

    add it to salient \ general settings - css script related - custom css code.

    Hope this helps.