A Note Regarding the WordPress 5.9 Update

Re:  WordPress 5.9 update (Expected January 25th) We are urging clients to NOT immediately update to the newest release of WordPress.  This update is significant in a few key areas and there are bound to be some bugs and compatibility issues. For clients that are on our monthly service plan(s)…

How To Highlight Text with CSS

A nifty CSS trick to add highlights with gradients to your text is quick and simple with a bit of CSS. First in your theme custom CSS or Elementor PRO Custom CSS area, define a class like below where the class is called something recognizable like .highlight In the settings…

Remove Apple Pay from Single Product Page (Stripe + WooCommerce)

Our customers love Apple Pay, but they don’t necessarily want it on every product page throughout their website.  So here’s a quick PHP snipped to remove the Apple Pay Button from WooCommerce product pages when using Stripe as the payment processor. Simply put this in your functions.php file or use…

Remove PayPal Button From Cart Pages (WooCommerce)

Most of our clients find the huge PayPal checkout button visually unappealing and actually entices customers to pay with PayPal rather than the (usually) less expensive payment gateway that the cart uses – i.e. Stripe for regular credit card transactions. With a simple bit of CSS, you can remove the…

Stop iOS From Converting Phone Numbers to Links on Websites

We have had many scenarios when building a client site that phone numbers, IP Addresses and other number strings are interpreted by Apple iOS as a clickable phone number for the device to open up the dialer. There could be many reasons that you don’t want this on your website…