tribe id overriding custom class

Home Forums Calendar Products Events Calendar PRO tribe id overriding custom class

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #735649
    designagency
    Participant

    hi–
    i’ve got a custom class i’d like to use for all links in the content editor of my events. i placed the class in both my style.css and tribe-events.css. the issue i’m running into is that the custom class is being overridden by “#tribe-events-content a”

    i’ve never run into this issue before and would like to know how can i get my class to be selected?

    you can see what i’m looking at with the “apply here” link

    #735694
    Brian
    Member

    Hello,

    I can help you out with your css selector issues.

    Please try adding the id selector in front of your css.

    Such as this:

    #tribe-events-content .entry-content .da-h4-green a,
    .entry-content .da-h4-green a {

    }

    If that does not work you can try adding #content

    In front of #tribe-events-content as well.

    Let me know if that works. If not please leave the coding in your theme and let me know and I can take another look.

    Thanks

    #735715
    designagency
    Participant

    huzzah! it worked.

    thanks so much brian!

    #735879
    Brian
    Member

    Great, glad it helps, I am going to go ahead and close this ticket, but if you need any other on something else please post a new ticket.

    Thanks!

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘tribe id overriding custom class’ is closed to new replies.