Cannabis Business Blog

MAY 4TH, 2026
Stay up to date with the latest legalization and cannabis news with the C.B. Advisors. Every week, we will release a snippet of what’s happening with each state in the cannabis industry. Did you miss last week? No worries – click here for last week’s cannabis news. Medical OKLAHOMA Headline: Judge lifts medical cannabis farm license … Continue reading "Latest Cannabis News: May 4, 2026"
May 4th, 2026

Executive Summary Over the past 45 days, Ohio’s cannabis market has moved from initial rollout into a more structured, compliance-driven phase. Senate Bill 56, effective March 20, 2026, introduces regulatory guardrails across both medical and adult-use frameworks, while also addressing intoxicating hemp products, public consumption, and tax allocation. At the same time, federal momentum toward … Continue reading “Ohio Cannabis Policy Update: SB 56 Reshapes Adult-Use and Hemp Regulations”

MAY 1ST, 2026

Executive Summary On April 23, 2026, the U.S. Department of Justice issued a final order placing FDA-approved marijuana products and marijuana products used within state-licensed medical frameworks into Schedule III of the Controlled Substances Act. This marks the first time in over 50 years that any category of marijuana has been formally reclassified at the … Continue reading “Federal Rescheduling Update: A Targeted Shift and What It Means for the Cannabis Industry”

April 29th, 2026
Stay up to date with the latest legalization and cannabis news with the C.B. Advisors. Every week, we will release a snippet of what’s happening with each state in the cannabis industry. Did you miss last week? No worries – click here for last week’s cannabis news. Federal Effective April 22, 2026, the U.S. Department … Continue reading "Latest Cannabis News: April 29, 2026"

IT’S TIME TO GET GROWING.

Better growth and a clear plan forward is what your business needs. Reach out to us to book a consultation or get your action plan
started.

/* ------------------------------------------------------------------ CBA Accessibility Snippet v2 (DigitalShyft, 2026-07) Adds aria-labels to footer social-icon links + the Mailchimp newsletter email field. v2 fix: runs immediately when the DOM is already ready (SiteGround Speed Optimizer defers this file until after DOMContentLoaded, so the old event listener never fired). Additive, reversible, no visual change, safe to re-run. INSTALL: paste this as the code for the "Accessibility Labels" block in CSS & JavaScript Toolbox, Save, then Purge SG Cache. ------------------------------------------------------------------ */ (function () { function applyA11yLabels() { var socialMap = { facebook: 'Facebook', twitter: 'Twitter / X', instagram: 'Instagram', youtube: 'YouTube', linkedin: 'LinkedIn' }; document.querySelectorAll('a > i.fab, a > i.fa-brands').forEach(function (icon) { var link = icon.closest('a'); if (!link || link.getAttribute('aria-label')) return; for (var key in socialMap) { if (icon.className.indexOf('fa-' + key) !== -1) { link.setAttribute('aria-label', socialMap[key]); break; } } }); document.querySelectorAll('input[name="EMAIL"]:not([aria-label])').forEach(function (input) { input.setAttribute('aria-label', 'Email address for newsletter signup'); }); } if (document.readyState === 'loading') { document.addEventListener('DOMContentLoaded', applyA11yLabels); } else { applyA11yLabels(); // DOM already parsed (our case, due to deferred loading) } window.addEventListener('load', applyA11yLabels); // belt-and-suspenders fallback })();