Hi,
I currently have List view displayed as “Cards” with a button that links to the details page. Is there a way that I can make the “Card” itself the button to the details page?
Here is a screenshot of one of my “Cards”
Here is the CSS Code that I am using:
/VIEW 2234 MARKETING TASKS/ #view_2234 .kn-list-item-container {
border: solid 0.4px grey;
border-radius:1em;
padding-top:10px;
width:300px;
min-width:200px;
padding-left: 20px;
padding-right: 10px;
text-align: center;
}
Hi @Brian1 you’ll need to add some Javascript - we’ve done this a bit as you’ve discovered it’s natural for many users to click anywhere on the card. I’ve guessed from your CSS the view number and card link inside the item container - so there might be some testing needed from my air code to get the selector right:
Brad thanks again for the help. I do have another question. How would I Highlight a field and change it’s color based on a set condition? Say if the Estimated % Complete was not what it should be I could change the background color of the field to yellow or red.
Good to hear @Brian1 mark that as the solution and start a new thread for your additional question and we’ll get more eyes on it - I have a feeling there’ll be a few different ways to solve it!