Okay
  Public Ticket #934780
Make nectar button text white
Closed

Comments

  •  2
    Imogen Bertin started the conversation

    The new mobile menu is fab! Thanks.

    Well, the biggest tester comment I have back is that the text on the home page nectar buttons, which is currently light blue because they are links, must be white for visibility. I tried adding a class "home-slide" to the nectar slide and then added the code below to the style sheet, but it didn't work. Obviously I've done something dumb - is it possible to keep the text on these buttons white for visibility no matter if the link has been visited?

    .home-slide nectar-button a {

        color: #ffffff!important;

    }

    Thank you very much indeed!

    Imogen

  •  8,996
    Tahir replied

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    .nectar-button.regular-button {
        color: #fff !important;
    }

    Thanks


    ThemeNectar Support Team