• Resolved Bilberg

    (@bilberg)


    Hey,

    Have been trying to change the view of the table header via the given CSS codes, but it seems to be stuck in using some weird font. So by any chance do you have a CSS code for using the themes standard font. Furthermore it has kind of a shadow can that be removed?

    Hope you can help me, have a link for the table her:

    http://wordpress.org/plugins/tablepress/

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

    (@tobiasbg)

    Hi,

    thanks for your post and sorry for the trouble!

    What you are seeing there actually is the theme’s standard font for the table head row 🙂

    To change that to the text font, and to remove the text shadow that the theme adds, please replace your current “Custom CSS” with

    .tablepress thead th,
    .tablepress tfoot th {
    	background-color: #81bd00;
    	font-size: 14px;
    	text-shadow: none;
    	color: #ffffff;
    	font-family: 'Droid Sans',Arial,Verdana,sans-serif;
    }

    This will also change the text color to white, which looks better on the green background 🙂

    Regards,
    Tobias

    Thread Starter Bilberg

    (@bilberg)

    Brilliant, you are a true magician 🙂

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    haha, thanks 🙂 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 ‘Tableheader’ is closed to new replies.