creating new new CSS class; exact steps
-
about https://tablepress.org/faq/ FAQ: How can I highlight certain cells or their content?
“If you don’t know the row and column numbers (or they sometimes change, or you have more than on value to highlight), I recommend creating a new CSS class for a HTML <span> element. You would then wrap the value in the span tag, ..”
What are the exact steps to take:
I did this but it did not worked:
1) wrapped content in a tablepress cel in <span class=”header2-tablepress”>your important value</span>
2) added ‘header2-tablepress’ in the field ‘Extra CSS Classes’
3) added .tablepress .header2-tablepress { color: #ff0000; } to plugin options > custom CSS>But it dont show up. I use #colspan#
The topic ‘creating new new CSS class; exact steps’ is closed to new replies.