• Resolved clancel

    (@clancel)


    Hi. The heading in the widget is not showing because it’s set to white. I tried the following css code to chage the heading text color to black but it’s not working. Can you help?

    .wpem-single-event-widget .wpem-event-infomation .wpem-event-details .wpem-event-title .wpem-heading-text {
    color: #000;
    }

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi @clancel,

    The above CSS will only apply to a single event widget in the event information section. Can you please provide the exact page URL where you want to change the text color of widget heading.

    You just need to change some parent class in css to apply on specific position.

    Thank you

    Thread Starter clancel

    (@clancel)

    Hi Hitesh. Thank you for your prompt response. The widget is in the 2nd column of the footer. Here’s a screenshot,

    https://paste.pics/870a898b66f8f0fcf81aaccfd6f9f235

    Thread Starter clancel

    (@clancel)

    Hi. After going through all the css code I used before, I noticed a duplicate of the same code so when I deleted the old code, it worked. So now the header text is black. The code I used is,
    .wpem-single-event-widget .wpem-event-infomation .wpem-event-details .wpem-event-title .wpem-heading-text {
    color: #000;
    }

    I also used the code below to change the text color of the date and event location. I’m not sure if it’s the right code. Can you confirm if the code is correct? Thank you.

    #colophon a {
    color: black;
    }

    Hi @clancel,

    What you’re asking for is actually customization of the plugin, which unfortunately is not something included in our support. It is totally beyond the scope of support. You can read more about the definition of support here: https://wp-eventmanager.com/faqs/.

    I would request you to read this doc for how to use Firebug for finding correct and related CSS and HTML: https://mhthemes.com/support/knb/how-to-use-firebug-to-inspect-html-and-css/.

    This will help you to get related CSS code.

    Thanks,
    Sapna Dudhat

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Heading color in the Widget’ is closed to new replies.