• Resolved funcoder88

    (@funcoder88)


    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 6 years, 6 months ago by funcoder88.
    • This topic was modified 6 years, 6 months ago by funcoder88.
Viewing 6 replies - 1 through 6 (of 6 total)
  • 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

    (@funcoder88)

    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?

    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?

    Thread Starter funcoder88

    (@funcoder88)

    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.

    Sometimes you will need to override the The Events Calendar stylesheet. Those directions can be found in our Themer’s Guide.

    Take care,
    Ed ??

    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.