Get rid of the "Back-to-Top" Link

GK User
Fri Sep 03, 2010 5:41 pm
Hi out there,

can somebody help and tell me, how to get rid of the black "Bakc-toTop" Linkbox that appears when the template ist scrolled down?

in humility
User avatar
Senior Boarder

teitbite
Fri Sep 03, 2010 5:59 pm
Hi

Could You please show me this link on Your site? I haven't got time to look into the new template yet.
User avatar
Moderator

GK User
Fri Sep 03, 2010 6:11 pm
User avatar
Senior Boarder

teitbite
Fri Sep 03, 2010 6:23 pm
Hi

Try with adding this at the end of template.css file:

Code: Select all
#toTop {
display:none !important;
}
User avatar
Moderator

GK User
Wed Mar 23, 2011 9:39 am
Hi,

I tried to put your code in the end of template.css, but it moves "bach to top" on the left.
I also tried to delete:

.itemBackToTop { text-align:right; margin-bottom:20px; }
.itemBackToTop a { text-decoration:underline; }
.itemBackToTop a:hover { text-decoration:underline; }

in k2.css, but it doesn't work.

this is my site: http://www.alessandrodahttp://www.alessandrodalmor ... fficio&Ite
User avatar
Expert Boarder

Konrad M
Wed Mar 23, 2011 10:12 am
Did you try use override.css ?
User avatar

GK User
Wed Mar 23, 2011 10:56 am
override.css is abled. Have I to put something in it?
User avatar
Expert Boarder

Konrad M
Wed Mar 23, 2011 5:11 pm
Try
Code: Select all
.itemBackToTop { display:none !important }
User avatar

GK User
Wed Mar 23, 2011 7:43 pm
Great! it works!!

but there is another little problem. how can i remove also the second line under social icon? because now there are two lines.
User avatar
Expert Boarder

Konrad M
Wed Mar 23, 2011 10:31 pm
Try add to override.css
Code: Select all
.itemView {
border-bottom:none !important;
}
User avatar

GK User
Thu Mar 24, 2011 7:44 am
it works!! Great!!

thank you very much!!

Do you have a solution also for delete the two lines under the title in k2 article?
User avatar
Expert Boarder

GK User
Thu Mar 24, 2011 10:48 am
You mean like this?

Code: Select all
.itemToolbar ul,.itemToolbar {background-image: none!important}
User avatar
Platinum Boarder

GK User
Thu Mar 24, 2011 11:01 am
Oh wonderful!! I like it!! Thank you very much.

I do not know what I'd do without your support. I thank you all.
User avatar
Expert Boarder

Konrad M
Mon Mar 28, 2011 5:29 am
I'm glad I helped ;)
User avatar


cron