Okay
  Public Ticket #1026760
Colours not changing in rows
Closed

Comments

  •  2
    dexleary started the conversation

    Hi there,


    Any of the changes I try to make via colour or font in settings, they never work on the table. For instance row colours don't change when I change the colour settings or is there also a way to change font size? I have tablepress installed but I uninstalled that but still getting the same problem so that isn't the issue.

    On the link above when you go to the page, go to the tab past officers and you will see the table.

  • [deleted] replied

    HI Dexleary,

    As I can see colors that you have chosen are applied on the frontend. In the one of the attachment most obvious change is header color and in the second one you can see that rule which is applied is one that you choose and not the one that is form our skin 

    There is no built in way to increase font size but you can adjust it with CSS.

  •  2
    dexleary replied

    H there,


    Thanks for coming back to me so quickly. I have figured out how to change the font size and colours etc but I cant seem to change the heading font size, is there a css code for that? Many thanks

  •  2
    dexleary replied

    And also is there a way to adjust column width?

  • [deleted] replied

    HI Dexleary,

    For increasing font size in header you can use somthing like:

    .wpDataTablesWrapper table.wpDataTable thead tr th {
    font-size:20px;
    }

    For column width you have option to adjust it in "Optional column setup" section on Edit table page (attachment)