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

How can I add the search bar to the sticky header clone?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #217353

    xplrr
    Participant

    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?

    #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

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