Topic Resolution: Resolved
  • Closed
  • JS
    Spectator
    October 5, 2015 at 12:30 am #21154

    Hello, I’m having some trouble with the button text color when inserted into to a toggle. The default button text color is white (when not hovering). After adding a button to a toggle, the text color remains dark grey.

    Please see: http://9e8.470.myftpupload.com/services/

    Is there a CSS solution for this, and if so, can you please suggest one?

    Many thanks!

    Denzel Chia
    Moderator
    Posts: 2656
    October 5, 2015 at 11:18 am #21164

    Hi,

    Please try the following in Theme Options -> Custom CSS

    .t4p-button-text {
    color: #ffffff;
    }

    Thanks!

    JS
    Spectator
    Posts: 27
    October 5, 2015 at 5:53 pm #21180

    Perfect! Thanks for your help.