• 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 8 years, 5 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)
Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Making Text Bold’ is closed to new replies.