Using the callout button
- The topic ‘Using the callout button’ is closed to new replies.
Need help? Check out our Support site, then
Hello!
I’ve sorted everything out with this theme but then all of a sudden the text for the callout button has disappeared. How do I get it back? There’s writing in the settings when I look at customisation (‘Book an Appointment’) but I can’t get it to show on the actual page.
Thanks!
The blog I need help with is: (visible only to logged in users)
Update: I’ve noticed that it is not chowing because I have clicked on the button and the text has then turned the same colour as the callout box so it can no longer be read, but is actually there if I highlight over the area. Is this something that I need to use CSS for or have I messed up a setting?
If you are using CSS editor try this one.
a.mina-olen-callout-button {
color: #fff;
}
By the way, really good looking site! Let me know if you need more help.
Fab, that fixed it, thanks! :)
Is there also a way to get the header text widget to have a white background? I’m not sure if I want ti like that but someone said they thought it would look nicer so I want to see :)
Yes with this CSS.
#sidebar-header {
background: #fff;
}