Tagged: enfold
I wanted the list of categories to act more like a list of buttons – http://switchthread.com/categories/ – but adding a background color didn’t change the fact that the link only occurs around the text. Is there a way to make that text a button as opposed to a section that has a background color?
Hey Andrea,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
#categories-3 ul li a {
width: 100%;
height: 100%;
display: block;
}
Best regards,
Vinay