Was wondering - how do I change the top row of a table - when I place it has a background color that doesn't a reference in the properties window.
I tried playing with the css but couldn't find/change it
Thanks!
Byron
Tables - Post ID 238323
in your exported project folder >> css folder >> main.css document add following code see if it works for you.
.table thead.head {
background: #1E90FF;
}
.table thead.head {
background: #1E90FF;
}
Guys at coffeecup are awesometacular.
Thanks M will check
Byron
Byron
Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.