• Resolved Jean Pierre

    (@jeanpierre77)


    Hi,

    I′m using this code for my website topgrows.com but I don′t know why The heather letters are grey, I want them white.

    .tablepress thead th,
    .tablepress tfoot th {
    	background-color: #0A2F26;
    	color: #f9f8fd;
    }
    
    .tablepress thead .sorting_asc,
    .tablepress thead .sorting_desc,
    .tablepress thead .sorting:hover {
    	background-color: #F18C00;
    	color: #f9f8fd;
    }
    
    .tablepress thead th {
    	color: #f9f8fd;
    	font-family: arial;
    	font-size: 17px;
    	font-weight: bold;
    }
    
    .tablepress thead th {
    	text-align: center;
    }

    Thanks in advance for your help
    All the best!

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

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

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    The reason for this is that your theme is setting a gray color, but with a higher CSS priority. To overcome that, please replace

    .tablepress thead th {
    

    by

    .entry-content .tablepress thead th {
    

    Regards,
    Tobias

    Thread Starter Jean Pierre

    (@jeanpierre77)

    fixed!!!
    Thanks a lot,
    all the best!

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    no problem, you are very welcome! ?? Good to hear that this helped!

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Header letter color’ is closed to new replies.