• Resolved squabster

    (@squabster)


    Hi,

    I’m trying to change the background of the rows to become transparent and have used your custom css from the forum and it’s not working.

    .tablepress {
    background-color: transparent !important;
    }

    It seems the theme I’m using is somehow overriding the code. I’m using the Enfold theme from Themeforest. Here is a link to the site: http://michaelsbeerandwinestudio.ca/brewery/

    NOTE:
    I have the options and features unselected

    I have managed to to change the colour of individual cells and borders with some custom css.

    https://wordpress.org/plugins/tablepress/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter squabster

    (@squabster)

    I figured it out, I found some earlier posts that you had replied to using this code.

    .tablepress-id-1,
    .tablepress-id-1 tr,
    .tablepress-id-1 th,
    .tablepress-id-1 td {
    background-color: transparent !important;
    }

    All I did was change the “id” number from the table I was using and ta-dah! My table is now transparent.

    Thank you for this great plugin.

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    Yes, you will need to adjust the table ID as necessary here, and also change the background color on the cells themselves, and not just the table.
    Good to hear that everything is working now! 🙂

    Best wishes,
    Tobias

    P.S.: In case you haven’t, please rate TablePress here in the plugin directory. Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Transparent Rows’ is closed to new replies.