Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1130625

    Hi
    Buttons links don’t work. Whether it’s a single button or a row button
    I tried to link it to a page and to manual added link but doesn’t work in both situations
    You can find it in the slider here

    #1130670

    Hey Rami,
    Thanks for the link to your page, please see the screenshot in Private Content area, so on your page you have an orange angle element, and the way that it is created to have an angle is that it has in invisible part that is a little bigger than what you see, in the screenshot you will see it is blue. So to correct you could move the orange section down until you can click the buttons, or we can force the buttons on top of the invisible section with a z-index rule in css.

    Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    #top.home #av_section_1 > div > div.av-extra-border-element.border-extra-diagonal {
    	    z-index: 0 !important; 
    }
    #top.home #av_section_1 > div > div.av-extra-border-element.border-extra-diagonal .av-extra-border-inner {
    	    background-color: rgba(252, 170, 58, 1) !important; 
    }
    #top.home #av_section_1 > div.av-section-color-overlay-wrap > div.container > main > div > div > div.avia-buttonrow-wrap.avia-buttonrow-center {
    	z-index: 50 !important;
    }
    
    

    Best regards,
    Mike

    #1130728

    Thanks
    Works fine now

    #1130811

    Hi,

    Great, I’m glad that you got it working. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #1131089

    You can close it

    Thanks

    #1131092

    Hi,

    If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Buttons links doesn't work’ is closed to new replies.