Edit the ScrollUp-Button Opacity

Latest Reply from konstantin penner at 2013-07-03 14:15:48
Good evening,

can someone tell me please, where i can edit the transparency/opacity of the "ScrollUp" button on the left at the end of the site?

I try with the index.css, but no chance... :(

www.krieger-chiptuning.com
the button is very dark, nearly invisible.

Thanks and regards
Hi!

You have to edit the following line in the file index.css (258, but it differs from theme to theme) :
#scrollUp { position:fixed; top:0; left:0; bottom:0; width:40px; background:#000; opacity: 0.5 !important; filter: alpha(opacity = 0); cursor:pointer; z-index:999; }

The property "!important" is obligatory.
its work.
thanks

Leave a reply

Add codeAdd image