• Resolved opencaravan

    (@opencaravan)


    I have the heading and the label set to white. My website has a black background. I can see the counter but I am unable to see the heading and the label.

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Nabil Lemsieh

    (@nlemsieh)

    Hi @opencaravan

    It’s working on my end, see this screenshot: https://jmp.sh/LzPBVBv
    Try clearing your browser cache and check again.

    I hope this

    Best,
    Nabil

    Thread Starter opencaravan

    (@opencaravan)

    It worked on Chrome when I cleared my cache but it’s not working on mobile.

    I can see that it’s there but it’s not showing unless I highlight it.

    Plugin Author Nabil Lemsieh

    (@nlemsieh)

    Thanks for clarifying!

    That’s because the container background in Elementor changes to white on mobile. You can add this CSS code snippet to change the timer color to black on mobile. Here’s how:

    In your WordPress admin, go to Appearance > Customize > Additional CSS, copy and paste the code snippet below in the editor:

    @media(max-width:921px){
        .hurrytimer-campaign *{
            color: #000 !important;
        }
    }
    Plugin Author Nabil Lemsieh

    (@nlemsieh)

    I updated the code snippet as I noticed that the container background changes to white only on tablet screen:

    @media(min-width:545px) and (max-width:921px){
        .hurrytimer-campaign *{
            color: #000 !important;;
        }
    }

    I hope this helps.

    Plugin Author Nabil Lemsieh

    (@nlemsieh)

    I haven’t heard back from you in a while, so I’m going to mark this as resolved.
    If you need any further help, feel free to start a new thread.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Heading and Label Not Visible’ is closed to new replies.