• Hi

    I am trying to change the Table Name font to Black but I do not want all my tables names to change, just the one (id-3).

    I have a black background on my site, and the table which I use pagnation length on (Show 10 entries etc) does not show up the black text (Showing 1 to 8 of 70 entries etc) so I put the shortcode in a html table with a white background, but now my off-white table name (h2) does not stand out.

    Any ideas?

    Also I am having trouble with the column widths. I have tried to make them smaller with the code supplied:
    .wp-table-reloaded-id-N .column-2 {
    width: 40px; etc…. (6 columns all up)
    but they do not change, as the table width is spread out across the full width of my page and the columns are spread evenly across.
    I have added the “bAutoWidth”: false bit.

    One more thing – can you tell me the correct code to change a particular row to Bold?

    Thanks so much for your time and please let me know if you need more details,

    Regards

    }

Viewing 5 replies - 16 through 20 (of 20 total)
  • Hello Tobias, thanks for your help on this! the page that has the table is: https://buildmysiteforfree.com/how-does-it-work-for-business-websites-choices/

    I will have to experiement with the font size but I would use the Ariel font and perhaps a size 50% larger then what is there now. but if you show me the code and how to change the font size I can experiment until I find the best size. Also, I would like the font in bold.

    thanks again for all your help!

    Hi,

    thanks for the link!

    Please try the following code, as described in my first answer. You can of course change the values to your liking.

    .wp-table-reloaded-id-4 td, .wp-table-reloaded-id-4 th {
      font-family: Arial!important;
      font-weight: bold;
      font-size: 18px!important;
    }

    Best wishes,
    Tobias

    Hello Tobias, Thanks!! I changed the font to univers and to 14px and now I think it works. thanks for your very fast assistance. you made my life ALOT easier and I appreciate it! If I can ever help with business advice (thats what I know!) please feel free to call on me!

    Thread Starter socialmediasorted

    (@socialmediasorted)

    Hi Tobias,

    We have just discovered that some of our tables are not displaying properly when viewed in Firefox.

    For example, the daily results table on this page: https://advantagetradingsystems.com/trading-results/investor-2/ is pushed out to the side. It is the same on the other pages under the Trading Results tab.

    We have altered the css code quite a bit, but hopefully you will be able to point out where we have gone wrong.

    Regards,
    Merrin

    Thread Starter socialmediasorted

    (@socialmediasorted)

    Hi,

    We have managed a work around so looks all good now.

    Thanks,
    Merrin

Viewing 5 replies - 16 through 20 (of 20 total)
  • The topic ‘WP-Table Reloaded Change Table Name Font’ is closed to new replies.