How can I add the search bar to the sticky header clone?
-
I require the sticky header clone to:
1) have the search bar in the central area
2) have a green background: #6CBF4D
I know it could be done making one of the three visible header bars sticky, but I need the sticky header clone too.
Can you help me with this?
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