Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter asitaaa

    (@asitaaa)

    I’ve changed my CSS in plugin options to

    .tablepress-id-1 tbody td {
    font-family: Tahoma;
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    }

    It still shows the old values.

    Also, how do I sett css for individual tables? I have 3 tables. I want to show the schedule table in one color and the supplies table in a different color.

    Schedule table: https://www.justthinkart.com/virtual-lessons/
    Supplies table: https://www.justthinkart.com/supplies/

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    From what I can see, you will simply have to “force-reload” the page, e.g. by hitting Shift+F5 to reload the page. This should clear the browser cache. This is necessary on your site, because something (I think the theme) is turning off WordPress’ automatic mechanism for this.

    The CSS code that you inserted will then affect table 1. I would however recommend using a dark text color, as you’ll not be able to read white text on light backgrounds. Thus, use e.g.

    color: #333333;
    

    To add CSS for other tables, just append that in the “Custom CSS” textarea, with the corresponding table IDs in the CSS.

    Regards,
    Tobias

    Regards,
    Tobias

    Thread Starter asitaaa

    (@asitaaa)

    Clearing the cache didn’t work 🙁 Something’s wrong. Anyways, I used an alternate method. Instead of using the common CSS area, I added a custom CSS class for each of the entries and then added my CSS there. It worked.

    Somehow, clearing the browser cache doesn’t seem to work. I tried it in incognito mode too. Same issue.

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    that’s strange. I can’t really see why this shouldn’t work… But great to hear that you found a working solution! And that’s great use of the “Extra CSS classes” field 🙂

    Best wishes,
    Tobias

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Resetting css file’ is closed to new replies.