Styling dt tags on single event page meta.

Home Forums Welcome! Pre-Sales Questions Styling dt tags on single event page meta.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1010956
    Simon
    Guest

    Hi, I hope I have the right section to post this, but this problem has me baffled!

    I have set up a tribe-events.css in my child theme folder, and have been making successful css changes. However, when I try to change the font color of the <dt> tags in the meta details on the single event page, it does not accept any of it.

    On my element inspector I found:
    .single-tribe_events #tribe-events-content .tribe-events-event-meta dt {color: #222}

    When I change the #222 to #fff in the inspector, the colour changes.
    But when I add:
    .single-tribe_events #tribe-events-content .tribe-events-event-meta dt {color: #fff} to my css file, no changes are made.

    I’ve also tried just
    dt {color: #fff} and that doesn’t work either.

    I’m sure it’s something stupid, but what am i missing?

    #1010971
    Simon
    Guest

    I solved it.

    All it needed was the ‘!important’ to be added.

    #1011008
    Brian
    Member

    I am glad to see you were able to figure it out.

    I am going to go ahead and close this ticket. If you have a similar issue or another in the future, please do not hesitate to create a new ticket.

    Thanks!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Styling dt tags on single event page meta.’ is closed to new replies.