Okay
  Public Ticket #2206286
footer button
Closed

Comments

  •  21
    Sanjay started the conversation

    Hi. I'm trying to make the text in the footer of this page white - which is actually how every other button appears on this site. But for some reason this one is grey...?

  •  3,023
    Andrew replied

    Hi Sanjay,

    Remove the overlay in Salient > Footer

    8074221201.png


    Hope this helps.

  •  21
    Sanjay replied

    That process didn't work, and the footer background is set to #ffffff anyway...

  •  3,023
    Andrew replied

    Hi Sanjay,

    Use the following custom css:

    .nectar-button.has-icon:hover span, .nectar-button.tilt.has-icon span, body.material .nectar-button.has-icon span {
        color: white;
    }
    

    Hope this helps.

  •  21
    Sanjay replied

    Perfect thanks.