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
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
Share this post:
Responses (3)
-
Accepted Answer
-
Accepted Answer
-
Accepted Answer
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;
}
Your Reply
Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here.
Register Here »