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

    Hello
    Here’s my site –

    I’ve set the home page slider to have 2 buttons but only one shows on desktop, but when scaling down both show on phones. I can see in my inspector that the code is there for the second button, but greyed out. Please advise. Thank you in advance.

    #997654

    Sorry, URL needs to be –

    #997655

    Dang! Not showing up – please refer to the URL in the private area :)

    #997657

    you have this rule in your css:

    @media only screen and (min-width: 1367px) {
    	/* start */
    	/* hide the watch video button on anyhting larger than tablet landscape */
        a.avia-slideshow-button.avia-button.avia-color-light.avia-multi-slideshow-button.avia-slideshow-button-2 {
       		display: none !important;	 	
        }
    /* end */
    }
    #997658

    Ah! Silly me! Thank you so much :)

    #997783

    Hi,

    Great, glad @guenni007 could help you out :-)

    Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.