MyBB Community Forums

Full Version: [Tutorial]: Change standard cursors for users on forum
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Difficulty Level: Easy

for more cursors just go to: cursors-4u.net

Step 1:
Login into ACP >> Templates & Style >> Choose 1 of your theme >> Click on global.css >> Edit Stylesheet: Advanced Mode

Step 2: Find body {
Add this code Above background: #efefef; -(or w/e color u got there)
cursor: url(http://cur.cursors-4u.net/cursors/cur-2/cur116.cur), default;
should look like this:
[Image: wl59g7.png]

Step 3: Find a:hover, a:active {
Add this code:
cursor: url(http://cur.cursors-4u.net/cursors/cur-2/cur117.cur), default;
should look like this:
[Image: rcu3yb.png]

Finally:
Click on Save Changes & Click on View Forum
and now the Standard cursor will change.

Demo: http://www.mybbcore.org/
This is pretty cool. Good job!
thank you it brings a nice touch to any forum.
Very nice.
a question.
what's your theme?
where i can find it?
(2011-08-07, 10:58 AM)Jondan Wrote: [ -> ]Very nice.
a question.
what's your theme?
where i can find it?

i made it myself, i am release it on Christmas.
The link of cursors is off.
Sorry for bumping; though great tutorial! I am sure to use this for my forum in the future. Smile