• Resolved Pete Bog

    (@pete-bog)


    Hi,
    I would like to change the color of the events to red.
    How do I do that?
    Thanks and regards.
    Robert

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Thread Starter Pete Bog

    (@pete-bog)

    Hi,
    you wrote under FAQ’s:
    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, like

    <span class=”hilite”>your important value</span>
    and could create approriate CSS like

    .tablepress .hilite {
    color: #ff0000;
    }
    Where do I put the HTML <span class=”hilite”>your important value</span> ??
    Thanks and regards,
    Robert

Viewing 1 replies (of 1 total)

The topic ‘Color event’ is closed to new replies.