All CTA's hidden on tablet and mobile view

Hello,
All of my CTAs (buttons and CTA) disappear when viewing the mobile and tablet versions of the site. I have checked all of the settings to ensure that nothing is selected under the Customize–Hide During Breakpoints.

The Classic style buttons don’t seem to have the same issue, however their style is out of date, and I would like to be able to solve this problem using the regular button feature.

Any assistance is appreciated.

Hi Joe,

Thank you for writing in, do you have custom CSS somewhere? I’m seeing this CSS rule that is hidding the button text (label)

@media screen and (max-width: 768px) {
	.x-anchor-content {
    	display: none !important;
	}
}

But I can’t find where was it added. Can you provide us login credentials on a secure note so we can take a look?

Cheers,

Hi @JoeMuz,

Ok, please provide us login credentials on a secure note, and brief us of the issue again.

Thanks,