Tablepress background color
-
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]
- The topic ‘Tablepress background color’ is closed to new replies.