Title: Suggestion for default CSS
Last modified: August 30, 2016

---

# Suggestion for default CSS

 *  [wpress2010](https://wordpress.org/support/users/wpress2010/)
 * (@wpress2010)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/suggestion-for-default-css/)
 * This plug-in works perfectly in WP 4.31, and it is simple to make it look the
   way you want by writing some CSS.
 * Users may want to change the color of the event titles, which would ordinarily
   be a simple thing. However, in the style.css file that installs with the plugin,
   certain rules ahave “!important” appended to them, making override impossible.
 * For instance, the color of the event titles is handled by these rules in the 
   plug-in’s CSS file:
 * div#timelineContainer .timelineMinor dt a.open {
    color:#7DBADF !important; font-
   weight: bold; }
 * div#timelineContainer .timelineMinor dt a:hover {
    color:#7DBADF !important; 
   text-decoration: none !important; }
 * These are the only two rules with “!important” appended in the entire file. In
   order to change these colors, one has to remove the “!important” from the rules
   in the plug-in’s style.css file – there’s no other way I can think of to do it.
 * I suggest just removing !important” from these 2 rules to allow customization
   of the way the plug-in looks; otherwise, one must alter the plug’s source code,
   which will of course, break when the next update is released.
 * [https://wordpress.org/plugins/ahmeti-wp-timeline/](https://wordpress.org/plugins/ahmeti-wp-timeline/)

The topic ‘Suggestion for default CSS’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/ahmeti-wp-timeline_c2c2c1.svg)
 * [Ahmeti Wp Timeline](https://wordpress.org/plugins/ahmeti-wp-timeline/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/ahmeti-wp-timeline/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/ahmeti-wp-timeline/)
 * [Active Topics](https://wordpress.org/support/plugin/ahmeti-wp-timeline/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/ahmeti-wp-timeline/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/ahmeti-wp-timeline/reviews/)

## Tags

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

 * 0 replies
 * 1 participant
 * Last reply from: [wpress2010](https://wordpress.org/support/users/wpress2010/)
 * Last activity: [10 years, 7 months ago](https://wordpress.org/support/topic/suggestion-for-default-css/)
 * Status: not resolved