• Resolved ripperman

    (@ripperman)


    Hi,

    Is it possible to change the background colour of the filtering header, just where the search box is? I want it white. I think its footable-filtering?

    Thanks very much.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Shahjahan Jewel

    (@techjewel)

    Hello @ripperman,
    You can easily select the section with css add your custom css to the table’s css then it will work fine.

    Thread Starter ripperman

    (@ripperman)

    Hi,

    Yes I understand that but I’m just not getting the desired result?

    .footable-filtering
    {
    color: #FFFFFF;
    background-color: #FFFFFF;
    }

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Filtering Header Colour’ is closed to new replies.