All things Shopify and commerce
Hello,
In my editor, I have buttons on our home page and they are showing up like they are supposed to. However, on the live site they aren't showing up. I have checked to see if I am on the right market because i saw other posts about a similar issue but that didn't reveal anything. Is there another reason this may be happening. My buttons are still active and you are able to click the link but you just cannot see them like they are in the editor. I have removed the white color in the code but that doesn't revert them back to what they are supposed to be. (See pictures)URL: https://pearsonfarm.com
Hey @Peaches5575
If your buttons are visible in the editor but not on the live site, here are a few things to check:
.button-class {
display: block !important;
visibility: visible !important;
opacity: 1 !important;
}
Go to Online Store > Themes > Customize and check button settings.
Verify If JavaScript Is Hiding the Buttons
Some scripts delay rendering elements until a certain condition is met (like scrolling or interactions).
In the Inspect Element Console, look for JavaScript errors that might affect visibility.
Quick Test: Try adding this to your browser’s console (Developer Tools > Console) and press enter:
document.querySelectorAll('.button-class').forEach(el => el.style.display = 'block');
Check for Theme Updates or Conflicts
If you recently updated your theme, some settings may have reset.
Try rolling back your theme to a previous version (Online Store > Themes > Actions > Edit Code > Older Versions).
If none of these work, let me know what theme you’re using, and I can suggest a more specific fix!
iCart Cart Drawer Cart Upsell App
June brought summer energy to our community. Members jumped in with solutions, clicked ...
By JasonH Jun 5, 2025Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025