Hello,

Sorry to be a pain, but you need to know of any problems. So here I go again.

On both the Register of Login pages, buttons have lost the text. They are just blue rectangles that still work, but they don't tell me what they are?


Regards,
Robin
In General
Wednesday, August 19 2015, 12:33 PM
Share this post:
Responses (3)
  • Accepted Answer

    Thursday, August 27 2015, 03:01 PM - #Permalink
    I had the same issue, fixed it by editing customizer.css and changing the background colour. It was set to the same colour as the text (blue). http://solsticeorganics.com.au

    customizer.css
    .btn-primary {
    background-color : #aaa;
    }

    .btn-primary:hover {
    background-color : #ffd;
    }
    The reply is currently minimized Show
  • Accepted Answer

    Thursday, August 27 2015, 03:32 PM - #Permalink
    Hmm... this seems to be a bug of Customizer.. forwarding to GitHub.
    The reply is currently minimized Show
  • Accepted Answer

    Thursday, August 27 2015, 04:19 PM - #Permalink
    Hello Andrew,

    Thanks for that. That problem is now fixed.


    Regards,
    Robin
    The reply is currently minimized Show
Your Reply