CSS Styling Override by Theme
-
Hello!
I have added a Tablepress table to my layout here under an Accordion Tab “Product Details”:
297 Grenoble | Can-Cell Industries Inc.
I added the following CSS to change the styling of Columns 1 and Columns 2
.tablepress .column-1 {
font-family: Manifold-cf;
font-size: 12px;
font-weight: 700;
background: #dcddde;
color: #000000;
}.tablepress .column-2 {
font-family: Manifold-cf;
font-size: 12px;
font-weight: 500;
background: #ffffff;
color: #000000;
}This does nothing to change the styling on this page. I believe the Default Theme Styling is overriding this custom css.
Please assist.The page I need help with: [log in to see the link]
The topic ‘CSS Styling Override by Theme’ is closed to new replies.