madebyapricot Posted May 23 Posted May 23 Have a website where we want to add a few words in a smaller text underneath drop-down menu options to better describe the products. Website: www.creativelandscapedepot.com Example: Under Collections drop down doing the following: Origins Bulk Natural Stone Architectural Domestic Natural Stone (smaller, thinner text)
Solution tuanphan Posted May 24 Solution Posted May 24 You can use this to Website > Website Tools > Custom CSS div.header-nav-folder-item a[href="/origins"] span:after { content: "Bulk Natural Stone"; display: block; font-size: 14px; } div.header-nav-folder-item a[href="/architectural"] span:after { content: "Domestic Natural Stone"; display: block; font-size: 14px; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment