• Resolved 2minacdev

    (@thysgc)


    How can I set the background colour of all rows to transparent?
    They keep alternating although the colour fields are empty. That makes the use of a picture in the background impossible. Thanks

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Imtiaz Rayhan

    (@imtiazrayhan)

    Hi @thysgc,

    You can use the following custom CSS to achieve that.

    .wptb-preview-table tr:nth-of-type(2n+1) {
        background-color: transparent;
    }

    Please add it in the Additional CSS section of Customizer.

    Let me know if you need further assistance.

    Regards.

    Thread Starter 2minacdev

    (@thysgc)

    Sorry for the late reply.
    I did, but no change.
    To avoid any misunderstanding:
    There is the title row with a coloured background that should stay as it is. Let’s call this row 0.
    All subsequent rows should be transparent, but only the uneven ones are. The even rows have a grey background that should become transparant.
    Thank you.

    Thread Starter 2minacdev

    (@thysgc)

    ?????

    Thread Starter 2minacdev

    (@thysgc)

    @imtiazrayhan Can you please help me out?

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘All rows transparent’ is closed to new replies.