• Resolved rumraisingelato

    (@rumraisingelato)


    Hi –

    Once the placeholder fields have been filled out and submitted, I noticed that the messages appear behind the bar text (i.e. they are overlapping with the bar text so you can’t see what the message says).

    Not sure why this is happening? It happens on the desktop and on the mobile device.

    Can someone please help?

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

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Contributor Harish Chouhan

    (@hchouhan)

    Hey @rumraisingelato,

    Thanks for reaching out to us.

    Are you referring to the form in your sidebar? If yes, please note that this form is created with MailChimp.com and not using our plugin. We are a different company.

    Thread Starter rumraisingelato

    (@rumraisingelato)

    Hi Harish –

    Thanks for your response. I’m referring to the top bar (I am pretty certain I used your plugin for it).

    Plugin Contributor Lap

    (@lapzor)

    Hi,

    Can you try the following CSS:

    .mctb-response { background-color: #fff; }

    You can add this code trough a plugin like Simple Custom CSS or maybe your theme already offers a way to add extra css via something like Appearance > … > Edit CSS.

    Let me know if that doesn’t fix it.

    Hope that helps. If you have any questions, please let me know!

    Thread Starter rumraisingelato

    (@rumraisingelato)

    Hi Lap!

    Thanks. This worked, however is there any way to make the response text darker?

    Would I just need to change the hex color code?

    Also, I notice that the top bar color looks white on the desktop, but then on my mobile device, it’s the same color as the background of my website. Assuming this has nothing to do with any settings in the plug-in?

    Plugin Contributor Lap

    (@lapzor)

    Hi,

    This code would make the background white (instead of transparent) and the text black:

    .mctb-response {
    background-color: #fff;
    color: #000;
    }

    Hope that helps. If you have any questions, please let me know!

    Thread Starter rumraisingelato

    (@rumraisingelato)

    Hi Lap –

    Thanks, but that didn’t seem to work. It’s ok though. I’ll just leave it as is.

    Thanks

    Plugin Contributor Lap

    (@lapzor)

    Maybe

    .mctb-response {
    background-color: #fff;
    color: #000 !important;
    }

    Hope that helps. If you have any questions, please let me know!

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Messages appear behind the bar text’ is closed to new replies.