Tagged: woocommerce
Hello!
I’m trying to change the size of a menu I inserted into the description section of a product category.
The links are a bit small. I’m wondering if there is a way to make them bigger. or if there is a better way to create a submenu that is specific to each category.
Hey isaaccolavecchio,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
#menu-main-categories a {
font-size: 15px;
}
If you need further assistance please let us know.
Best regards,
Victoria