Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #228153

    Site URL in next/private reply.
    I have a mailchimp sign-up form that I’m styling to be on top of an image in a color section. I have the form input areas styled and an image set for the subscribe button via css. However, I can’t get the button to show up on top of the image I have placed in the color section. I have set the z-index, but that appears to not be enough. Is there something in the color section or something in the css that might be preventing me from being able to see my subscribe button?
    Thanks for the awesome theme. Any thoughts are helpful– I’ve style MC forms a million times, but am stumped on this one. :)

    Angie

    #228154
    This reply has been marked as private.
    #228279

    Hey!

    The button is inside a container with “clear” css class which is set to hidden. Add this on Quick CSS:

    #mc_embed_signup .clear {
    overflow: visible;
    visibility: visible;
    }

    Cheers!
    Ismael

    #228629

    Hi. Wow- that worked! Thanks! I appreciate you looking at it and giving an answer even though it didn’t pertain to the theme. Excellent service, for sure! :)

    Angie

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Color Section z-index’ is closed to new replies.