Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter u84six

    (@u84six)

    Well, that’s interesting. When I create a new Text module using Divi Builder and then click on the button to add a Tablepress table, it inserts the shortcode. But thanks for the warning. I’ll keep an eye out for this weird side effect. I will be redesigning this website from scratch, so I’m sure there’s going to be some hiccups along the way (good ol’ web development) 🙂

    Thread Starter u84six

    (@u84six)

    Thanks for your quick reply, Tobias! I figured out what the problem was. The person who originally designed the website copied the generated table code into the Divi text box rather than using the shortcode. Doh! When I first looked at it (being both new to WP and Divi), I thought maybe it was just a different view of the table reference, but found that it was in fact just a copy. So that explains why my changes didn’t update!

    Thanks again for replying (to the noob)!

    Thread Starter u84six

    (@u84six)

    Ok, so I noticed in the global styles:

    table.tablepress .column-1 {
    font-weight: bold;
    }

    .tablepress em {
    font-weight: normal;
    }

    and now I want to remove the bold text from a specific table, so entered this:

    .tablepress-id-21 .column-1 {
    font-weight: normal;
    }

    But still, nothing ever changes! I’ve made several different changes to these tables and nothing ever updates. So frustrating

Viewing 3 replies - 1 through 3 (of 3 total)