Button text not showing

It is just one of those days. Things don’t work. My button text literally won’t display on my computer.

https://meditationinhouston.org/class-live-streaming.

The button in question is under Monday. I can see the text in the inspect element, but it isn’t rendering. Oddly, on the same page we have a button for Non Member Class Registration that is working!

Hi @KMCHTX,

Thanks for reaching out.

When I check your website and inspect the elements, Yes you are right, the button text is just there but it was displayed to none, please remove your custom css so that the button text will now visible.

Hope that helps.

Thank you.

@cramaton the advice is helpful. I found the offensive css. :slight_smile:

But, it was hiding unwanted text. The bit about the calendar, which I am not sure why it is there. How can I keep the button but hide the text? They are in different elements as far as I can tell.

UPDATE:
In the row element custom css I placed the display:none:
$el .x-anchor-text {
display:none;
}

In the cells that I wanted to display text I put :
$el .x-anchor-text {
display:block !important;
}

@KMCHTX.

Upon checking your concern page, I guess you already fixed your issues. If you have any other concerns just let us know.

Thank you.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.