Cannabis Business Blog

FEBRUARY 19TH, 2025

Texas Cannabis Legislation Texas Senate Bill 734 was filed at the beginning of January 2025. The bill would authorize the possession, use, cultivation, distribution, delivery, sale, and research of medical cannabis for medical use and the licensing of medical cannabis organizations. Under the bill a limited number of cultivation, processing, dispensing, and testing licenses would … Continue reading “States to Watch: Southern State Cannabis Bills”

February 12th, 2025
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.   CBD Tennessee: SB0809 and HB0836 were filled Tuesday. … Continue reading "Latest Cannabis News: February 11, 2025"
FEBRUARY 10TH, 2025

Indiana Cannabis Legislation Indiana State Representative Heath VanNatter has introduced House Bill 1630, which aims to create a regulated program that permits individuals over 21 years of age to possess and consume cannabis. This legislation would establish a Cannabis Commission responsible for overseeing the industry. The bill allows for a maximum of 300 cannabis retail … Continue reading “States to Watch: Midwest States with Cannabis Bills”

February 4th, 2025
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.   CBD Tennessee: A Tennessee senator announced plans … Continue reading "Latest Cannabis News: February 4, 2025"

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 })();