Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Atahualpa 3 Wordpress theme (http://forum.bytesforall.com/forumdisplay.php?f=2)
-   -   [SOLVED] Adding custom cursor (mouse pointer) with .cur or .ani file when self-hostin (http://forum.bytesforall.com/showthread.php?t=9416)

scrib Sep 5, 2010 09:52 AM

[SOLVED] Adding custom cursor (mouse pointer) with .cur or .ani file when self-hostin
 
With the help of much Web advice, I managed to get a custom cursor working on the parent site, http://attadipa.org. For any other interested newbies, I made the new .cur file in freeware (thanks!) RealWorld Cursor Editor, http://www.rw-designer.com. Put a new file called styles.css in the parent directory (using just the cPanel editor) with this content:

body {cursor: url(enso2.cur), default;}
a {cursor: url(enso2.cur), pointer;}
li {cursor: url(enso2.cur), crosshair;}
p {cursor: url(enso2.cur), text;}
.class1 {cursor: url(enso2.cur), move;}

and added this line to the index.html file

<link href="styles.css" rel="stylesheet" type="text/css" />

above </head>.

Haven't figured out where in Atahualpa to put the same or similar code to get the custom cursor into the blog itself (http://metanoia.attadipa.org). Advice appreciated. I'd prefer to have the custom cursor appear only in the sidebars and center column, but that's not critical.

Thanks-

scrib

juggledad Sep 5, 2010 10:09 AM

try ato->Add HTML/CSS Inserts->HTML Inserts: Header

scrib Sep 5, 2010 10:23 AM

Predictably, your advice worked - thanks!

-scrib


All times are GMT -6. The time now is 09:47 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.