Title: Cursor Change on Hover
Last modified: August 22, 2016

---

# Cursor Change on Hover

 *  Resolved [tinarose7](https://wordpress.org/support/users/tinarose7/)
 * (@tinarose7)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/cursor-change-on-hover/)
 * Hi,
    Is it possible to add something to the stylesheet that will change the cursor
   when it hovers over the accordion title from a text cursor to a finger cursor?
   Right now it’s not intuitive that the accordion title can be clicked to read 
   more. Example, **[this](http://thelotuswellness.com/about/frequently-asked-questions/)**(
   text cursor) vs. **[this](http://www.irs.gov/Help-&-Resources/Tools-&-FAQs/FAQs-for-Individuals/Frequently-Asked-Tax-Questions-&-Answers)**(
   hand cursor).
 * Thanks!
 * [https://wordpress.org/plugins/accordion-shortcodes/](https://wordpress.org/plugins/accordion-shortcodes/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Thread Starter [tinarose7](https://wordpress.org/support/users/tinarose7/)
 * (@tinarose7)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/cursor-change-on-hover/#post-5188686)
 * Do not reference the examples. The page has been changed.
 *  Plugin Author [philbuchanan](https://wordpress.org/support/users/philbuchanan/)
 * (@philbuchanan)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/cursor-change-on-hover/#post-5188946)
 * Yes. Simply add `cursor: pointer;` to your stylesheet. I’d suggest adding it 
   to `.accordion-title`.
 *     ```
       .accordion-title {
           cursor: pointer;
       }
       ```
   

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Cursor Change on Hover’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/accordion-shortcodes.svg)
 * [Accordion Shortcodes](https://wordpress.org/plugins/accordion-shortcodes/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/accordion-shortcodes/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/accordion-shortcodes/)
 * [Active Topics](https://wordpress.org/support/plugin/accordion-shortcodes/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/accordion-shortcodes/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/accordion-shortcodes/reviews/)

## Tags

 * [hover](https://wordpress.org/support/topic-tag/hover/)

 * 2 replies
 * 2 participants
 * Last reply from: [philbuchanan](https://wordpress.org/support/users/philbuchanan/)
 * Last activity: [11 years, 10 months ago](https://wordpress.org/support/topic/cursor-change-on-hover/#post-5188946)
 * Status: resolved