Home Forums WoodMart support forum How can I add the search bar to the sticky header clone? Reply To: How can I add the search bar to the sticky header clone?

#217391

Hello,

You can disable the header clone and then make the rows sticky. The header clone is not editable, unfortunately. I can provide custom CSS to make the sticky background as per your needs.

Please add this code to the Theme Settings > Custom CSS > Global:

body .whb-sticked .whb-general-header {
    background-color: red;
}

Se the color as per your needs.

Best Regards