tuanphan Posted September 20 Posted September 20 If you can follow these steps to add additional text to Dropdown Folder items, like this If it doesn't work, you can share site url + exact code you added, I can check easier. #1. First, you need to know this #2. Next, use this code to Website Tools > Custom CSS nav>div.header-nav-item:nth-child(1) div.header-nav-folder-item:nth-child(1) a:after { content: "Netflix Video"; display: block; font-size: 12px; color: #fff; margin-bottom: 10px; } nav>div.header-nav-item:nth-child(1) div.header-nav-folder-item:nth-child(2) a:after { content: "Coca Cola Drink"; display: block; font-size: 12px; color: #fff; margin-bottom: 10px; } nav>div.header-nav-item:nth-child(1) div.header-nav-folder-item:nth-child(3) a:after { content: "Nokia Phone Battery Long"; display: block; font-size: 12px; color: #fff; margin-bottom: 10px; } nav>div.header-nav-item:nth-child(1) div.header-nav-folder-item:nth-child(4) a:after { content: "Tech company in Vietnam"; display: block; font-size: 12px; color: #fff; margin-bottom: 10px; } #3. Result 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