• Resolved teocr

    (@teocr)


    Hello – How can I modify the table style or CSS?

    I want to change the entire table background to transparent.

    Thank you,

    • This topic was modified 6 years, 8 months ago by teocr.
Viewing 1 replies (of 1 total)
  • Plugin Author Ian Sadovy

    (@iansadovy)

    Hello @teocr,

    Thank you for the question.
    Currently, you can apply custom styles to the table only via CSS.
    You can add it to the theme CSS file or via Appearance > Customize > Additional CSS.

    Here is also a CSS snippet to change bg color to transparent:

    
    .jsgrid .jsgrid-row>.jsgrid-cell,
    .jsgrid .jsgrid-alt-row>.jsgrid-cell,
    .jsgrid .jsgrid-grid-header,
    .jsgrid .jsgrid-header-row>.jsgrid-header-cell {
        background: transparent !important;
    }
    

    Hope it helps.

    Regards,
    Ian

Viewing 1 replies (of 1 total)
  • The topic ‘Modify table style (CSS)’ is closed to new replies.