• Hello,

    Sticky header is active, everthing sticks except de button with heart.

    How can I make the button stick?

    thank you,

    Vike

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @vikecall,

    Thank you for your query.

    Your heart button shares the same CSS selector with other buttons defaulted to the theme. Fix for your issue may be below CSS code.

    .sticky-header-active .bhfb-component-button .button.fa-heart {
      background-color: #000;
    }

    Add it to Appearance > Customize > Additional CSS from dashboard.

    Thread Starter vikecall

    (@vikecall)

    Hi @kharisblank

    It works! Thanks a lot for your quick response!

    Hi @vikecall,

    Glad to hear the code worked for you.

    For now you may mark this topic as resolved and feel free to open a new topic for your other question. Please use one topic for one question.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘botiga sticky header button doesn’t stick’ is closed to new replies.