• Resolved simplymeditate

    (@simplymeditate)


    I am trying to insert a table with transparent background, so that all the text appears with no background, against the page background. The font size seems to work but the background color, transparency, no alternating row colors and hover colors seem unaffected by the css. Is something else overriding these settings?

    Here are the details:

    1. In the table edit, Alternating Row Colors is unchecked

    2. Custom css in TablePress options:
    .tablepress {
    direction: rtl;
    font-family: Open Sans;
    font-size: 30px;
    font-weight: 500;
    background-color: rgba(0,0,0,0);
    color: #2E4B31;
    }

    3. Shortcode:
    [table id=1 alternating_row_colors=false row_hover=false/]

    4. I even added custom css for the shortcake in Elementor (Advanced tab):
    selector {
    background-color: rgba(0,0,0,0);
    color: #2E4B31;
    }

    Can you help?

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    thanks for your question, and sorry for the trouble.

    From what I can see, you found a working solution now? The only thing that remains are those horizontal border lines, right? To get right of those, please add this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:

    .tablepress th,
    .tablepress td {
      border: none !important;
    }

    Regards,
    Tobias

    Thread Starter simplymeditate

    (@simplymeditate)

    Thanks Tobias.
    It all works.
    Regards,
    Jonathan

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    no problem, you are very welcome! ?? Good to hear that this helped!

    Best wishes,
    Tobias

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Tablepress background color’ is closed to new replies.