• Resolved netfinder

    (@netfinder)


    Hallo,

    First of all, the Plugin works really great. Finally I got t

    I have 2 questions:

    1. What css do I have to use to make the text in a specific cell bold? In this case it will be the cell in the first column and the first row. I used code found in the forum, but now the whole first column is bold.

    2. How do I get rid of the borders of the table? I tried code for border: none, found in the forum, but this did not work.

    Many thanks

    Christian

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

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

    (@tobiasbg)

    Hi,

    thanks for your question, and sorry for the trouble.

    For this, just wrap the text that you want to be bold in HTML <strong> tags, like

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

    For the borders, please try again but use

    borders: none !important;
    

    Regards,
    Tobias

Viewing 1 replies (of 1 total)
  • The topic ‘Change text weight and remove borders’ is closed to new replies.