• Resolved debycoles

    (@debycoles)


    I’m trying to create custom colors for my tables. Although I edit in the inspect tool and everything looks great, when I add the same custom css to the table itself, none of the changes actually work on the viewed table.

    For example on the table linked here https://debycoles.com/pricing-table/our-membership-levels/
    the custom CSS I added to this table is:
    div.ptp-plan {
    background-color: #f00 !important;
    color: #f3f4f5 !important;
    }
    But I still see the default table colors for the backgrounds and text.
    I am using the wordpress 2019 default theme and have tried deactivating all possible plugins but can’t get the CSS to work.
    Can you point out what I’m doing wrong please, and thank you.

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

Viewing 1 replies (of 1 total)
  • Plugin Author fatcatapps

    (@fatcatapps)

    Hello @debycoles

    Thanks for reaching out. We usually reserve CSS customization for our premium customers, as part of our paid support.

    I can tell you to try targeting more than just that div, but maybe some of the elements around it, event the table ID. Target them all in descending order without comma separators.

    You should be able to get it to work by being more specific that way.

    Let us know if we can help with anything else.

    Regards

Viewing 1 replies (of 1 total)
  • The topic ‘Custom CSS not reflecting in tables’ is closed to new replies.