Okay
  Public Ticket #1817852
question about footer buttons
Closed

Comments

  • Mark started the conversation

    Hello,

    I'm working on this site on my staging site, and have noticed that the text on the blue buttons in the footer, doesn't appear unless you hover over them. I would like to remove this hover effect, and have the text always there.

    I've checked everything I can think of, but haven't been able to fix this. Can you help?

  •  8,996
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    #footer-outer #footer-widgets .col input[type="submit"] {
        color: #fff !important;
    }

    Thanks


    ThemeNectar Support Team 

  • Mark replied

    This worked perfectly! Thank you!