Test-css Wiki

Welcome to Test-css Wiki
Important Pages:
Wiki RulesStaffTesting RulesFree DesignsDisscusions
Staff: Kaii (Lead Admin/Bureaucrat), Lara (Admin), Esortsyt (Rollback), Peter (Apprentice)
Bots: BotKitty

READ MORE

Test-css Wiki
Advertisement

How to Add Custom Cursors[]

SmhOnThis1[]

If you wanna chat sometime, come by my Message Wall (I'm not really active on here so I'll respond as soon as I can :).
Coding Credits

Hello! Today, I'm showing you how to add custom mouse cursors to wikis, fandoms, or/and wikias. Okay, let's start.

Step # 1[]

First, use add this code to Wikia.css or whatever.

body,
 2 .Message__content,
 3 .wds-dropdown,
 4 .wds-tabs__tab,
 5 .wds-dropdown__toggle,
 6 .client-js{
 7    cursor: url('LINK'), auto !important;
 8 }
 9 
10 a,
11 area,
12 button,
13 [role="button"],
14 .ActionItem,
15 .Message__title,
16 .oo-ui-labelElement-label,
17 .sitedir-ltr input,
18 .rich-text-editor__toolbar__icon-wrapper,
19 .rich-text-editor__toolbar__icon-controls {
20    cursor: url('LINK'), pointer !important;
21 }

Step # 2[]

Secondly, swop the [LINK]'s with your mouse cursor file links.

Help[]

Read this section if you need help. I listed it in subheads.

Coding Help[]

If you need help with the coding, contact me, a staff, or visit this website.

MediaWiki.css Help[]

If you need help with Media Wiki.css, do the same thing as the section above except visiting the website.

Coding Credits

Advertisement