How can I combine a slideshow with a header on my website?

Hi,

my website link is https://diammax.store/

I would like to combine the slideshow with the header so that the menu also shows the slideshow images instead of the black header.
How can I do this?

In the picture, I marked with yellow arrows what I mean:

greetings

Maksymilian Milich

Hello @Maksymilian

you can follow these steps:

  1. Go to Online Store->Theme->Edit code
  2. Open your theme.liquid file, paste the below code before
{%  if template contains 'index' %}
      
      {%  endif  %}

I hope the above is useful to you.

Kind & Best regards,
GemPages Support Team

It helped, thank you very much :folded_hands: