Remove "skip block" label in Moodle1.7

Remove "skip block" label in Moodle1.7

by Sugeng Hariadi -
Number of replies: 6
hi All,
I was upgrade moodle1.53 ---> moodle1.7
When finished, I see label / hipperlink " skip name block " on top header block.
I tried klik this label but isn't removed.

thanks,
Average of ratings: -
In reply to Sugeng Hariadi

Re: Remove "skip block" label in Moodle1.7

by boonyakit r -
I've got the same problem. Will somebody help, please! Thanks.
Attachment Region_Capture.GIF
In reply to Sugeng Hariadi

Re: Remove "skip block" label in Moodle1.7

by Priya Ponnuram -

Hi sugeng,

I use the chameleon theme and the skip block can be easily removed if u add the following code to the user_styles.css

a.skip-block {
  color: #000;
  text-decoration: none;
  cursor: text;
  font-size: 0%;
}

This basically makes the code invisible. Hope this helps.

Good Luck!!

In reply to Priya Ponnuram

Re: Remove "skip block" label in Moodle1.7

by Priya Ponnuram -
hi i noticed that on internet explorer...there is a -- appearing if u use the above code.... u can the follows to remove that...
a.skip-block {
color: #000;
text-decoration: none;
cursor: text;
font-size: 0%;
line-height: 0;
}
In reply to Priya Ponnuram

Re: Remove "skip block" label in Moodle1.7

by Sugeng Hariadi -
Hi Priya,
Very nice CsenyumDE!!!
Thank's for your answer. but before your code posted in this threat, I try remove string 'skip block' in my lang directory. hehehe...
it's verry stupid, I dont' know if this problem from THE CSS CODE.

Thanks,

In reply to Priya Ponnuram

Re: Remove "skip block" label in Moodle1.7

by Paul 'Fire' Preibisch -
where can I find the user_styles.css?

In reply to Paul 'Fire' Preibisch

Re: Remove "skip block" label in Moodle1.7

by Heinz Krettek -
Hello Paul,

if you use the excellent chameleon theme the user_styles.css file is in the theme chameleon section. I developed my first them with it and all is wonderful.

greetings from the black forest

Heinz