Helloparkerg Posted May 16 Share Posted May 16 Wanting to add an interactive hover state to my side menu items. CC: @tuanphan Link to comment
tuanphan Posted May 17 Share Posted May 17 You mean hover >> appears underline? Can you share link to page? linda11 1 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!) Link to comment
Helloparkerg Posted May 28 Author Share Posted May 28 https://www.centraliaculturalsociety.org/store @tuanphan It would be nice to also reduce overall font size to the sidebar menu. How would I do that? Link to comment
tuanphan Posted May 28 Share Posted May 28 4 hours ago, Helloparkerg said: https://www.centraliaculturalsociety.org/store @tuanphan It would be nice to also reduce overall font size to the sidebar menu. How would I do that? Use this code to Website > Website Tools > Custom CSS .products.collection-content-wrapper .nested-category-tree-wrapper .category-link { border-bottom: 1px solid transparent; } .products.collection-content-wrapper .nested-category-tree-wrapper .category-link:hover { border-color: #000; font-size: 12px !important; } 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!) Link to comment
Helloparkerg Posted May 29 Author Share Posted May 29 Is it possible to set the highlight length to only the character length of each tab? It wants to extend beyond each tab. Thank you for your help! Link to comment
Solution tuanphan Posted May 29 Solution Share Posted May 29 7 hours ago, Helloparkerg said: Is it possible to set the highlight length to only the character length of each tab? It wants to extend beyond each tab. Thank you for your help! Use this CSS under .products.collection-content-wrapper .nested-category-tree-wrapper .category-link { display: inline-block; } Helloparkerg 1 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!) Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment