Text on Button Disappears At Some Resolutions

Hi there,

I have a button on one page with text. On wide resolutions the button is fine, but as the browser width is decreased it disappears completely for tablet, then appears again - see this short screenshare:

I can’t find anywhere in the settings that could be causing this.

Please help!

Details attached in Secure Note.

Thanks in advance!

Hi @freedomdesign,

Thanks for reaching out.

It’s not coming from the setting, but from custom CSS in Theme Options > CSS

 .x-anchor.x-anchor-button .x-anchor-content > span:last-child {
  	  display: none;
  }

Please remove it and it’s under

@media (max-width:1199px) and (min-width: 768px) {

Thanks!

Thanks so much @Rad - you always go above and beyond. Truly appreciate it!

You’re welcome!
We’re glad @Rad were able to help you out.

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