Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #658226

    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?

    #659020

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.