Hey there,
I understand that heavy customizations require a freelance or a paid solution but the following doubts don’t seem to require that level of complexity and unfortunately I haven’t been able to find an answer to fix the following issues with the tables.
1) I’ve been trying to find the way to add an icon to one of the table cells. I.e Add a tick mark to a cell. Unfortunately I can’t find the code to add it nor the option for it.
2) I’ve seen that it is possible to input code into the cells but I do not know how to change the background color of one cell (or several), it seems to be simple but again, I cant find that piece of code that will do the trick.
3) In this specific page of our site: http://splitsecondbasketball.com/cobras-2018/ – you will see a table half way through the page. For instance, I’ve been trying to find a way to change the first row background color to orange but couldn’t find the way to do so like guys have in your demos and change the YES text to Tick marks.
Are these changes that I mention simple and easy to do make? If so could you please guide me on how to make said changes?
I appreciate your help,
Best,
Sebastian
Hey sebastr021,
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
#top .avia-table.avia-data-table.avia-table-1.avia-builder-el-45 tr:first-child td
{
background-color: orange;
color: #fff !important;
}
#top .avia-table.avia-data-table.avia-table-1.avia-builder-el-45 tr:first-child td h4 span {
color: #fff !important;
}
I added the tick by changing yes to ✔
http://graphemica.com/%E2%9C%94
If you need further assistance please let us know.
Best regards,
Victoria