• Resolved DeeperLook

    (@deeperlook)


    Hi there,

    What is the CSS I need to use to change the backgrounds of the columns in the fixed header that scrolls with the users?

    I can see that I can change the row’s background colour but I can’t seem to change the columns’ colours.

    Thanks.

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

Viewing 1 replies (of 1 total)
  • Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    thanks for your question, and sorry for the trouble.

    This is happening because you are using the HTML ID based CSS selectors for changing the column header’s background color. Instead of using

    #tablepress-1 .row-1 .column-3 {
    

    please try

    .tablepress-id-1 .row-1 .column-3 {
    

    and so on.

    Regards,
    Tobias

Viewing 1 replies (of 1 total)
  • The topic ‘CSS for Fixed Header columns’ is closed to new replies.