• Resolved mhurwicz

    (@mhurwicz)


    The “exit” button (which is an X) in the upper top right appears in a white bar. The white bar is wider than the popup. I would like to either eliminate the white bar completely and have the X appear at the upper right of the popup itself (ideally) or if that’s not possible then have the white bar be the same width as the popup.

    Here’s a screenshot:
    https://www.monumentalmap.com/popup_maker.html

    • This topic was modified 4 years, 11 months ago by mhurwicz.

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

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter mhurwicz

    (@mhurwicz)

    Okay, I figured out how to make the closing X appear in the popup itself, using this:
    https://docs.wppopupmaker.com/article/159-shortcode-popup-close

    Now if I can just make the white bar above go away …

    Thread Starter mhurwicz

    (@mhurwicz)

    Got rid of the close button in the white bar with CSS:

    #popmake-926 > .pum-close {
    	display:none;
    }

    White bar not completely gone, but much better anyway.

    Hey @mhurwicz – apologies for the delayed response.

    Glad to hear that you were able to figure that out.

    If you need further assistance in the near future, just please don’t hesitate to reach us back here.

    Have a great day and keep safe!

    Thread Starter mhurwicz

    (@mhurwicz)

    Hi Maria – Thanks. There is still grayish-transparent bar at the top. Care to take a look at it and see if you can suggest a way to eliminate that? I’d probably prefer to do it through CSS if possible. I got it to this point by adding:

    #pum-926 > #popmake-926  {
    	background:transparent;
    	border:none;
    }
    • This reply was modified 4 years, 11 months ago by mhurwicz.

    Hey @mhurwicz – I see what you mean.

    You can try this custom CSS code below.

    .pum-theme-921 .pum-container, .pum-theme-lightbox
    .pum-container {
        box-shadow: none;
    }

    Could you please let us know if that works?

    Thread Starter mhurwicz

    (@mhurwicz)

    That did the job! Thank you, Maria!

    Hey @mhurwicz, I’m happy to hear that it works for you! ??

    You are welcome and we would very much appreciate it if you could quickly?rate the plugin, just to help us spread the word.

    Have a great day and keep safe!

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Narrowing or eliminating white “exit” bar at top’ is closed to new replies.