Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #1421165

    Hello, why the overlay of the top scroll link (arrow) is transparent? Where is that code? It should be gray little transparent like the other overlay buttons.
    CHECK.
    Thanks.

    #1421468

    Hey Stilecatalini,

    You can override the opacity applied to that element using CSS like this:

    #scroll-top-link.avia_pop_class {
        opacity: 0.8;
    }

    Best regards,
    Rikard

    #1421473

    O think that there was! Until one week ago was working. So I cannot find which code is responsible of that.
    I added a lot of codes so I would not make some mistake!!
    If you can, please check!

    #1421478

    Hey!

    Here is the code we provided you for that: https://kriesi.at/support/topic/arrow-scroll-up/#post-1416249.

    Best regards,
    Yigit

    #1421485

    Where is the arrow overlay in that?!

    #1421486

    I mean the little arrow above the black square. Now in overlay transparent.
    To understand you must check.

    #1421494

    Hey,

    This is very vague. Please send a screenshot and show it.

    Regards,
    Yigit

    #1421500

    Check.

    #1421576

    Hi,

    Please see screenshot for what I’m seeing on your actual site. How can we reproduce the results in your screenshot?

    Best regards,
    Rikard

    #1421596

    Yes but try to put the mouse over….the little white arrow will disappear.

    #1421639

    Hey,

    Please add the following code to the Quick CSS field in Enfold theme options > General Styling tab:

    
    #scroll-top-link:hover {
      color: white;
    }
    

    Cheers!
    Yigit

    #1421653

    Ok. You can close this thread. Thanks

    #1421732

    Hi,

    Thanks for the update, we’ll go ahead and close this thread for now then. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 13 posts - 1 through 13 (of 13 total)
  • The topic ‘top scroll link’ is closed to new replies.