• Resolved ravijain

    (@ravijain)


    Hi Tobias,

    Thanks for this awesome plugin. My requirement is simple:
    1. I want the first column in all the tables to be bold.
    2. I want all the odd rows in all the tables to be bold.

    I have used the below code in the custom CSS area:

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

    [Moderator note: code fixed. Please wrap code in the backtick character or use the code button.]

    Please help.
    Sample page: https://www.bookgeeks.in/dr-scott-haas-author-interview/

    Ravi

    • This topic was modified 6 years, 11 months ago by bdbrown.

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    thanks for your question, and sorry for the trouble.

    The boldness in the first column is working, to also have it applied to odd rows, you’ll need to enable the “Alternating Row Colors” checkbox, as that’s what’s adding the odd and even CSS classes.

    Regards,
    Tobias

    Thread Starter ravijain

    (@ravijain)

    Hi,

    Sorry, but I’m not sure when you say “the boldness in the first column is working”.

    It’s not working when I’m checking it.

    Alternating row colours is also ticked, but the odd rows are not bold.

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    are we both talking about the table on https://www.bookgeeks.in/dr-scott-haas-author-interview/ ?

    The bold font is working there for me. Here’s a screenshot: https://imgur.com/PPCXP3S

    Regards,
    Tobias

    Thread Starter ravijain

    (@ravijain)

    Hi Tobias. Extremely sorry for taking up your time. It is working great now. Thanks a ton. And, how do I donate? Do you have a link?

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    no problem, you are very welcome! ?? Good to hear that this helped!
    And thanks for wanting to donate! Please check https://tablepress.org/donate/ for details.

    Best wishes,
    Tobias

    P.S.: In case you haven’t, please rate TablePress here in the plugin directory. Thanks!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Making Text Bold’ is closed to new replies.