Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #418475

    Hi,

    A few questions:

    I’m trying to get rid of the white background of the button on our frontpage. Is there a way to make this transparent or translucent?

    additionally how do you change it’s proportions?

    how ors the scroll down arrow become static i.e. not animated?

    Thanks

    • This topic was modified 9 years, 8 months ago by marijnmees.
    #418561

    Hey marijnmees!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    #top .scroll-down-link {
      -webkit-animation: none;
      animation: none;
    }
    #top .avia-slideshow-button {
      background: transparent;
      color: white;
    }

    Cheers!
    Yigit

    #418591

    Thanks!

    how about changing the proportions of the button?

    Marijn

    #418595

    Hey!

    What exactly would you like to change? You can change its size and border width using following code

    #top .avia-slideshow-button {
      border-width: 2px;
      padding: 25px 30px;  
    }

    Regards,
    Yigit

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