Jump to content

Search the Community

Showing results for tags 'tablepress css customisation'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • W3Schools
    • General
    • Suggestions
    • Critiques
  • HTML Forums
    • HTML/XHTML
    • CSS
  • Browser Scripting
    • JavaScript
    • VBScript
  • Server Scripting
    • Web Servers
    • Version Control
    • SQL
    • ASP
    • PHP
    • .NET
    • ColdFusion
    • Java/JSP/J2EE
    • CGI
  • XML Forums
    • XML
    • XSLT/XSL-FO
    • Schema
    • Web Services
  • Multimedia
    • Multimedia
    • FLASH

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype


Location


Interests


Languages

Found 1 result

  1. Dear all, I have two questions regarding the tablepress css customisation. I created a table and want to: 1) change the background colour of the first row and the very left column, for that, I have added this code: .tablepress .row-1 { background-color: #38bcb8; } .tablepress column-A { background-color: #71ede9; } 2) decrease the size of the fonts in the first row, for that, I have added this code: .tablepress tbody td { font-family: Tahoma; font-size: 12px; color: #000000; } However none of the above codes work properly. What am I doing wrong? Thank you for your hints. Milada
×
×
  • Create New...