• Kathy

    (@thewildbonbon)


    I have a transparent header that was already formatted in the template I used for my site. In that header I have my logo and menu.

    The purple button and put onto of my page is in a block with the background photo and text on bottom right of page. I made the button a link, but when I am viewing my site it is not a link. I think it has something to do with the transparent header that is behind it (or maybe the header is on top of the button which is why I can’t click on it?)

    I’m using Elementor and can’t find a way to fix this. I appreciate any input.

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

Viewing 1 replies (of 1 total)
  • threadi

    (@threadi)

    The problem is the header of the Astra theme which is one level above the output of Elementor. As a result, the link to the button is not accessible.

    With

    #content {
     position: relative;
     z-index: 1000;
    }

    you could move the Elementor content to a higher level, but then the menu will no longer be visible.

    I think the best solution would be to integrate the menu into the Elementor template. I would recommend that you contact Elementor support for this: https://www.ads-software.com/support/plugin/elementor/

Viewing 1 replies (of 1 total)
  • The topic ‘Transparent Header Question’ is closed to new replies.