• Resolved clairelulz

    (@clairelulz)


    Hello,

    My events’ titles appear to be white for some reason. I have this plugin on other websites and never had this issue before.

    Finding out I wasn’t the only one having this problem, I came across another topic about it and tried adding some custom CSS to WordPress using this:

    .single-tribe_events .title_subtitle_holder * {
    color: #000 !important;
    }

    but it didn’t seem to change anything even after cleaning cache.

    Thank you for your help!

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hey @clairelulz,

    This due to the fact that Elementor CSS rules win over ours.

    2 solutions:

    1. Change the white color for H1 directly in Elementor
    2. Make your CSS more specific than Elementor’s by adding an ID in your CSS rule so that your rule wins

    #tribe-events-content .single-tribe_events .title_subtitle_holder * {
    color: #000 !important;
    }

    Plugin Support Darian

    (@d0153)

    Hi there,

    It appears that we haven’t heard back from you in a while, so I’ll assume that the matter has been resolved. If you need any more help, feel free to start a new thread and we’ll be happy to assist you.

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

The topic ‘Cannot change event title’ is closed to new replies.