-
AuthorPosts
-
August 1, 2023 at 5:39 pm #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..
ThanksAugust 3, 2023 at 2:28 pm #1415337August 3, 2023 at 6:15 pm #1415359Check.
August 7, 2023 at 12:08 pm #1415702Hi,
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,
YigitAugust 7, 2023 at 3:15 pm #1415715No.
Please entry in my WP and make it the same that the header: opacity, blurry and shadow..
Thanks.August 8, 2023 at 12:57 pm #1415818Hi,
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,
YigitAugust 8, 2023 at 3:50 pm #1415830It works only on desktop version. Not on mobile…..
August 8, 2023 at 5:19 pm #1415837Hey,
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,
YigitAugust 8, 2023 at 8:19 pm #1415855Ok. Well but doesn’t work the blurry effect. Check.
August 9, 2023 at 10:28 am #1415899Hi,
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,
YigitAugust 9, 2023 at 10:35 am #1415900No! Try above the text. Look at the image on private content..
August 9, 2023 at 11:50 am #1415905Hey,
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,
YigitAugust 9, 2023 at 12:23 pm #1415910Doesn’t work. Please, i repeat that you can try…..
August 11, 2023 at 11:51 am #1416053Hello! Could you try to adjust that?!? Thanks!
August 14, 2023 at 1:35 pm #1416249Hi,
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,
YigitAugust 14, 2023 at 3:01 pm #1416256Ok but there is an error. Please look at my private picture…
It looks like a sensitive area error..
Check.August 14, 2023 at 3:35 pm #1416261Hey,
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,
YigitAugust 14, 2023 at 4:23 pm #1416263Maybe my iPhone 6s is hold! Damn!
….August 14, 2023 at 4:27 pm #1416264Anyway it’s the same! In my phone doesn’t work! Also after cleared my cache..
August 16, 2023 at 12:48 am #1416367 -
AuthorPosts
- The topic ‘Arrow scroll up’ is closed to new replies.