• Resolved newcastlecreativeco

    (@newcastlecreativeco)


    Hi there,
    I am trying to bold the first column across all of my tables and have inserted the below (from another support ticket of TablePress) into the Plugin options CSS field, but it doesnt seem to be wanting to work.

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

    Am I doing something wrong?
    Thanks
    Julian

Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    The code itself is correct. Maybe something is interfering. Can you please post a link to the page with the table where this problem happens, so that I can take a direct look? Thanks!

    Regards,
    Tobias

    Thread Starter newcastlecreativeco

    (@newcastlecreativeco)

    Sure thing, here’s a link: https://qwh.newcastlecreativeco.com.au/menus/food-menu/

    Thanks,
    Julian

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    thanks for the link! From what I can see, you are using a caching plugin that also combines/caches CSS files. You might simply have to refresh/empty that cache to have everything be loaded.

    Regards,
    Tobias

    Thread Starter newcastlecreativeco

    (@newcastlecreativeco)

    Thanks for getting back to me!
    Yes I am using WP-Rocket. Would it be possible to supply me with the .css path of that plugin or column so that I can include it in my files to exclude from combination?
    ??

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    the TablePress CSS files are
    /wp-content/tablepress-combined.min.css
    /wp-content/tablepress-custom.min.css
    /wp-content/tablepress-custom.css

    Regards,
    Tobias

    Thread Starter newcastlecreativeco

    (@newcastlecreativeco)

    Thanks Tobias,
    I gave that a go a cleared the cache but still no luck?

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    can you then maybe exclude these files from the minification?

    Regards,
    Tobias

    Thread Starter newcastlecreativeco

    (@newcastlecreativeco)

    Tried that too, but still nothing. Might just give it a miss…
    Thanks for your time though.

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    this clearly must be caused by that minification.

    Now, instead of using CSS, you could also use HTML tags. Just wrap the desired text in HTML <strong> tags, like

    <strong>This will be bold.</strong>
    

    Regards,
    Tobias

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Bolding first column not working’ is closed to new replies.