• Resolved MGF

    (@mygayflatmate)


    I’m using the CSS code bellow to change the message box.

    If a non-verified user tries to log-in, the message looks great. screenshot

    But if a new user registers, it doesn’t look as expected. screenshot

    /*boxes for verification email*/
    .woocommerce-notices-wrapper {
      	border-style:solid !important;
    	border-width: 2px !important;
    	border-color:#55CDFC !important;
    	border-radius:5px !important;
    }
    
    .woocommerce-notices-wrapper  a{
    color:#55CDFC;
    }
Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor Pablo Pacheco

    (@karzin)

    Hi @mygayflatmate ,

    I don’t know if we can help you here so much, as this is related to your theme or plugin(s).

    For example, I was looking into your site and tried to add a product to cart here:
    https://mygayflatmate.com/product/advanced/

    Then I accessed the cart page and tried to cart a coupon code that doesn’t exist and the
    error notice I received was weird too: https://imgur.com/a/en8yV2G

    I realized there was this CSS getting in the way:

    #c27-site-wrapper > div > div > ul {
    	min-height: 470px;
    }

    Hi,

    I hope you are doing well and safe!

    We haven’t heard from you in a while, I’ll mark this thread as resolved.

    Feel free to let us know if you have any additional questions or problems.

    Best Regards
    Moshtafizur

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘CSS for message boxes’ is closed to new replies.