Title: Visit Feature
Last modified: August 20, 2016

---

# Visit Feature

 *  [jlh6612](https://wordpress.org/support/users/jlh6612/)
 * (@jlh6612)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/visit-feature/)
 * I love the plug in, easy to use and does exactly what I wanted! I am having trouble
   with the visit feature, though. I put it into my theme style sheet like this:
 * .colomat-visited {
    color: #08298A; }
 * But nothing happens at all to the color once the link has been visited. Am I 
   entering it in the wrong place or incorrectly? Do I need to put any additional
   coding into the post itself? Any help would be appreciated!
 * [http://wordpress.org/extend/plugins/jquery-collapse-o-matic/](http://wordpress.org/extend/plugins/jquery-collapse-o-matic/)

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

 *  Plugin Author [Baden](https://wordpress.org/support/users/baden03/)
 * (@baden03)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/visit-feature/#post-3622680)
 * You need to add !important to overwrite the plugin’s default css like’a so:
 *     ```
       .colomat-visited {
       color: #08298A !important;
       }
       ```
   
 * BAM! It should work… but please let us know either way.
 *  Thread Starter [jlh6612](https://wordpress.org/support/users/jlh6612/)
 * (@jlh6612)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/visit-feature/#post-3622742)
 * So far no luck. I’m simply plugging in the text above in the css style sheet 
   but it doesn’t create any changes in the previous post. Will I need to rewrite
   previous posts in order for it to show up there? I’ll try writing a new post 
   and see if it shows up…
 *  Thread Starter [jlh6612](https://wordpress.org/support/users/jlh6612/)
 * (@jlh6612)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/visit-feature/#post-3622743)
 * Tried a new post, still not working. I’m very new to the whole coding/css world,
   so is there a certain place in the css style sheet that I have to put the code,
   or does it not matter? Right now I’m just tacking it on at the end.
 *  Plugin Author [Baden](https://wordpress.org/support/users/baden03/)
 * (@baden03)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/visit-feature/#post-3622745)
 * Yes, it matters. Depending on how your theme is structured, you might be adding
   it to the part of your css that deals with smaller screen sizes (responsive).
   
   Try this: 1. download and upgrade to version 1.5.2d of Collapse-O-Matic here:
   [http://plugins.twinpictures.de/plugins/collapse-o-matic/](http://plugins.twinpictures.de/plugins/collapse-o-matic/)
   2. in the Collapse-O-Matic Options page, under the Custom CSS section, add your
   css.
 * if this does not work, we’d be happy get it sussed out for you:
    [http://plugins.twinpictures.de/products-page/support/collapse-o-matic-premium-support/](http://plugins.twinpictures.de/products-page/support/collapse-o-matic-premium-support/)
 * Good luck!

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

The topic ‘Visit Feature’ 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/)

## Tags

 * [!important](https://wordpress.org/support/topic-tag/important/)
 * [visit](https://wordpress.org/support/topic-tag/visit/)

 * 4 replies
 * 2 participants
 * Last reply from: [Baden](https://wordpress.org/support/users/baden03/)
 * Last activity: [13 years, 1 month ago](https://wordpress.org/support/topic/visit-feature/#post-3622745)
 * Status: not resolved