Title: trigger text position
Last modified: August 21, 2016

---

# trigger text position

 *  Resolved [bolekzet69](https://wordpress.org/support/users/bolekzet69/)
 * (@bolekzet69)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/trigger-text-position/)
 * I,ve change arrows for custom (25px x 25px). Tigger text position is on the top.
   How can I move it little down.
 * [http://wordpress.org/plugins/jquery-collapse-o-matic/](http://wordpress.org/plugins/jquery-collapse-o-matic/)

Viewing 3 replies - 16 through 18 (of 18 total)

[←](https://wordpress.org/support/topic/trigger-text-position/?output_format=md)
[1](https://wordpress.org/support/topic/trigger-text-position/?output_format=md)
2

 *  Plugin Author [Baden](https://wordpress.org/support/users/baden03/)
 * (@baden03)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/trigger-text-position/page/2/#post-4466583)
 * Wow. Ok. First, take a look at the [default css](http://www.abl-polska.pl/wordpress/wp-content/plugins/jquery-collapse-o-matic/light_style.css?ver=1.5.4).
   You will notice there is a definition for:
 *     ```
       .collapseall:hover, .expandall:hover {
       	text-decoration: underline;
       }
       ```
   
 * So to override this, you would add some CSS to either your theme’s css or the
   custom css area of the plugin’s option page:
 *     ```
       .collapseall:hover, .expandall:hover {
       	text-decoration: none;
       }
       ```
   
 * And if for some reason that does not work, try:
 *     ```
       .collapseall:hover, .expandall:hover {
       	text-decoration: none !important;
       }
       ```
   
 * Got it?
 *  Thread Starter [bolekzet69](https://wordpress.org/support/users/bolekzet69/)
 * (@bolekzet69)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/trigger-text-position/page/2/#post-4466584)
 * Yes I got. I’ve put it to custom css area and it still looks the same. 🙁
 *  Plugin Author [Baden](https://wordpress.org/support/users/baden03/)
 * (@baden03)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/trigger-text-position/page/2/#post-4466585)
 * That was a test.
 *     ```
       .colomat-hover {
       	text-decoration: none;
       }
       ```
   
 * We are happy to help, but you questions are about basic CSS. Please google and
   read about CSS.
 * This issue is resolved.

Viewing 3 replies - 16 through 18 (of 18 total)

[←](https://wordpress.org/support/topic/trigger-text-position/?output_format=md)
[1](https://wordpress.org/support/topic/trigger-text-position/?output_format=md)
2

The topic ‘trigger text position’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/jquery-collapse-o-matic_fffeff.svg)
 * [Collapse-O-Matic](https://wordpress.org/plugins/jquery-collapse-o-matic/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/jquery-collapse-o-matic/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/jquery-collapse-o-matic/)
 * [Active Topics](https://wordpress.org/support/plugin/jquery-collapse-o-matic/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/jquery-collapse-o-matic/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/jquery-collapse-o-matic/reviews/)

 * 18 replies
 * 3 participants
 * Last reply from: [Baden](https://wordpress.org/support/users/baden03/)
 * Last activity: [12 years, 3 months ago](https://wordpress.org/support/topic/trigger-text-position/page/2/#post-4466585)
 * Status: resolved