• Resolved sstrand2022

    (@sstrand2022)


    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]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    Where exactly did you add this code? I don’t see it added to the “Custom CSS” textarea on the “Plugins Options” screen of TablePress?

    Also, to make the color changes work, I recommend to uncheck the “Alternating row colors” checkbox on the table’s “Edit” screen.

    Regards,
    Tobias

    Thread Starter sstrand2022

    (@sstrand2022)

    Hello Tobias, I appreciate the quick reply!

    The code was added to the Plugins Options of Tablepress.

    • This reply was modified 2 years, 10 months ago by sstrand2022.
    Thread Starter sstrand2022

    (@sstrand2022)

    Hello Again,

    I solved the issue. I had a css/js manager that was unloading the CSS for Tablepress.

    This is resolved now. Thank you so much for your time!

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    ah, that explains it. 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 4 replies - 1 through 4 (of 4 total)

The topic ‘CSS Styling Override by Theme’ is closed to new replies.