Scroll Up - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Scroll Up

M

Manuel

Helix Framework 4 years ago

Hi, I want to modify something on the template Helix Ultimate under custom css. I know almost the tag but not how is the correct way to hidden it. Is the scroll up button, the tag is I think #sp-scroll-up. Here is the complete code part: https://prnt.sc/12ltvst

I was trying it like so but I think the way is wrong how I was doing it. https://prnt.sc/12lubv8

Best Regards Manuel

0
7 Answers
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 4 years ago #16648

Hello Manuel

Please use this CSS to Template Options -> Custom Code -> Custom CSS

.sp-scroll-up{
    display: none;
}

This will hide it. Since it is a class, you need to write css like .ClassName. We use # for id name like this #IdName.

Best regards

0
M
Manuel
Accepted Answer
4 years ago #16709

Hi, I was trying it like so too, but still the scroll up is there. https://prnt.sc/12mh6m2

Best Regards Manuel

0
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 4 years ago #16765

Please share your administrator access here to check the issue. Use the Hidden Content box to share the credentials.

0
M
Manuel
Accepted Answer
4 years ago #16781

Ok here is it:

0
Pavel
Pavel
Accepted Answer
4 years ago #16782

Hi. Why you don't use it? But if you want to use CSS, here is the code:

.sp-scroll-up {
    display: none !important;
}
0
M
Manuel
Accepted Answer
4 years ago #16784

Pavel that was perfect, thank you. I dont was knowing that there is a button for that.

Now is fixed. I use a plugin for that who looks a little bit nicer. Scroll2top https://www.it-conserv.de/joomla/plugins/scroll2top.html

Best Regards Manuel

0
Pavel
Pavel
Accepted Answer
4 years ago #16785

You are wellcome

0