Issue with Success Color in Pop-up Plugin

Forums Popup Notices for WooCommerce Issue with Success Color in Pop-up Plugin

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #99792
    Min Kyu Kang
    Member

    hi again

    i fix it

    .success-color {
        color: #000000;
    }

    use this css.

    But there’s a new problem. By default, icons contained in woocommersce overlap those added in the plug-in.

    https://www.dropbox.com/s/6uqcp9slbzkbc97/Screenshot%202019-07-25%2012.39.59.png?dl=0

    so it looks double checked.

    how can i remove basic woocommerce checked icon?

    #99793
    Min Kyu Kang
    Member

    oobs

    i fix that problem too.

    .links>li>a:before, i[class^="icon-"], i[class*=" icon-"] {
        display: none;
    }
    #99794
    Min Kyu Kang
    Member
    .links>li>a:before, i[class^="icon-"], i[class*=" icon-"] {
        display: none;
    }

    sadly, this code will hide all icons.

    i need your help :0

    #112638
    Moshtafizur
    Participant

    Hi Min,

    I wanted to know if you still need help with the issue.

    Kind regards,
    Moshtafizur

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.