Title: Adding hover to URL&#8217;s
Last modified: June 1, 2018

---

# Adding hover to URL’s

 *  Resolved [funcoder88](https://wordpress.org/support/users/funcoder88/)
 * (@funcoder88)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/adding-hover-to-urls/)
 * Hello!
 * I would like to add a hover effect with a different color for mouseover on all
   links for better handling. How can I do it without searching and replacing all
   classes in the calendar? WordPress-Theme settings for other pages seems to be
   ignored from this plugin. Is there a simple CSS-Code which I can use for all 
   kind of links without chaning the file content of this plugin?
    -  This topic was modified 7 years, 10 months ago by [funcoder88](https://wordpress.org/support/users/funcoder88/).
    -  This topic was modified 7 years, 10 months ago by [funcoder88](https://wordpress.org/support/users/funcoder88/).

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

 *  [Ed](https://wordpress.org/support/users/erishel/)
 * (@erishel)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/adding-hover-to-urls/#post-10355715)
 * Hey there !
 * Thanks for reaching out.
 * This should help with event links:
 *     ```
       .post-content #tribe-events-content a {
           color: #00000;
       }
       ```
   
 * And this for titles:
 *     ```
       .post-content #tribe-events-content h3 {
           color: #00000;
       }
       ```
   
 * You can add those to your child theme’s stylesheet or through additional CSS 
   in the customizer.
 * Take care,
    Ed 🙂
 *  Thread Starter [funcoder88](https://wordpress.org/support/users/funcoder88/)
 * (@funcoder88)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/adding-hover-to-urls/#post-10364921)
 * Thanks for answering. Unfortunately it don’t work for me as something seems to
   override this. It only works when I add “a:link” and “a:hover” but then all of
   my links on the site are with this color. Is there maybe another solution?
 *  [Ed](https://wordpress.org/support/users/erishel/)
 * (@erishel)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/adding-hover-to-urls/#post-10376778)
 * Yes, you’ll just want to use hover if you don’t want to change the base color
   of the links. How are you applying this CSS? Are the calendar links inheriting
   from your theme or [The Events Calendar](https://theeventscalendar.com/product/wordpress-events-calendar/)?
 *  Thread Starter [funcoder88](https://wordpress.org/support/users/funcoder88/)
 * (@funcoder88)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/adding-hover-to-urls/#post-10388275)
 * Hello!
 * I’m applying the changes with the WP internal additional CSS option and the help
   of “Microthemer” to find the items I want to change. But it don’t work correctly
   with the code you posted before.
 *  [Ed](https://wordpress.org/support/users/erishel/)
 * (@erishel)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/adding-hover-to-urls/#post-10463032)
 * Sometimes you will need to override the [The Events Calendar](https://theeventscalendar.com/product/wordpress-events-calendar/)
   stylesheet. Those directions can be found in our [Themer’s Guide](https://theeventscalendar.com/knowledgebase/themers-guide/).
 * Take care,
    Ed 🙂
 *  [Ed](https://wordpress.org/support/users/erishel/)
 * (@erishel)
 * [7 years, 8 months ago](https://wordpress.org/support/topic/adding-hover-to-urls/#post-10517647)
 * Hey there,
 * Since this thread has been inactive for a while, I’m going to go ahead and mark
   it as resolved. Don’t hesitate to create a new thread any time you help again!
 * Ed 🙂

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

The topic ‘Adding hover to URL’s’ is closed to new replies.

 * ![](https://ps.w.org/the-events-calendar/assets/icon-256x256.gif?rev=2516440)
 * [The Events Calendar](https://wordpress.org/plugins/the-events-calendar/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/the-events-calendar/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/the-events-calendar/)
 * [Active Topics](https://wordpress.org/support/plugin/the-events-calendar/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/the-events-calendar/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/the-events-calendar/reviews/)

## Tags

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

 * 6 replies
 * 2 participants
 * Last reply from: [Ed](https://wordpress.org/support/users/erishel/)
 * Last activity: [7 years, 8 months ago](https://wordpress.org/support/topic/adding-hover-to-urls/#post-10517647)
 * Status: resolved