Viewing 20 posts - 1 through 20 (of 20 total)
  • Author
    Posts
  • #1415187

    Hello guys, please look at my header; it is transparent and blurry.
    Now I want apply the same effect to the arrow to scroll up the page.
    Please check and add the css because I don’t remember which is the css of the arrow..
    Thanks

    #1415337

    Hey,

    Please share a link to your website as well.

    Best regards,
    Yigit

    #1415359

    Check.

    #1415702

    Hi,

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

    
    #scroll-top-link.avia_pop_class {
      background-color: rgba(0,0,0,0.3);
    }
    

    “0,0,0” is the RGB value of the background color of the scroll to the top button and “0.3” is the opacity level.

    If that doesn’t help, please post a screenshot and show the changes you’d like to make. You can upload screenshots on imgur.com or Dropbox and share the links with us.

    Best regards,
    Yigit

    #1415715

    No.
    Please entry in my WP and make it the same that the header: opacity, blurry and shadow..
    Thanks.

    #1415818

    Hi,

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

    
    #scroll-top-link {
      backdrop-filter: blur(15px);
      background-color: rgba(20, 21, 23, 0.3);
      box-shadow: 0 3px 4px rgba(0,0,0,0.5);
      border: none;
    }
    

    Best regards,
    Yigit

    #1415830

    It works only on desktop version. Not on mobile…..

    #1415837

    Hey,

    That is because you have the following custom CSS code:

    
    @media only screen and (max-width: 767px){
    .responsive #top #scroll-top-link {
        display: block;
        background-color: rgba(20, 21, 23, 0.8);
      }
    }		
    

    Please edit your custom code and change it to the following one:

    
    @media only screen and (max-width: 767px){
    .responsive #top #scroll-top-link {
        display: block;
      }
    }		
    

    Best regards,
    Yigit

    #1415855

    Ok. Well but doesn’t work the blurry effect. Check.

    #1415899

    Hi,

    It does work on my end. I attached a screenshot in the private content field.

    Please make sure to clear your browser’s cache.

    Best regards,
    Yigit

    #1415900

    No! Try above the text. Look at the image on private content..

    #1415905

    Hey,

    Please change the following code:

    
    #scroll-top-link {
      backdrop-filter: blur(15px);
      background-color: rgba(20, 21, 23, 0.3);
      box-shadow: 0 3px 4px rgba(0,0,0,0.5);
      border: none;
    }
    

    to following one:

    
    #scroll-top-link {
    backdrop-filter: blur(15px);
    background-color: rgba(20, 21, 23, 0.3);
    box-shadow: 0 3px 4px rgba(0,0,0,0.5);
    border: none;
    -webkit-backdrop-filter: blur(15px);
    }
    

    Regards,
    Yigit

    #1415910

    Doesn’t work. Please, i repeat that you can try…..

    #1416053

    Hello! Could you try to adjust that?!? Thanks!

    #1416249

    Hi,

    I changed the code to the following one:

    
    #top #scroll-top-link {
    backdrop-filter: blur(15px);
    background-color: rgba(20, 21, 23, 0.3);
    box-shadow: 0 3px 4px rgba(0,0,0,0.5);
    border: none;
    -webkit-backdrop-filter: blur(15px);
    opacity: 1;
    }
    

    Please review your website.

    Best regards,
    Yigit

    #1416256

    Ok but there is an error. Please look at my private picture…
    It looks like a sensitive area error..
    Check.

    #1416261

    Hey,

    I cannot reproduce the issue on my iPhone. I attached a screenshot in the private content field.

    Please make sure to clear the cache of your mobile browser.

    Best regards,
    Yigit

    #1416263

    Maybe my iPhone 6s is hold! Damn!
    ….

    #1416264

    Anyway it’s the same! In my phone doesn’t work! Also after cleared my cache..

    #1416367

    Hi,

    I’m sorry but I’m afraid I don’t have a solution for older versions of mobile Safari.

    Best regards,
    Yigit

Viewing 20 posts - 1 through 20 (of 20 total)
  • The topic ‘Arrow scroll up’ is closed to new replies.