• Resolved Wp_begginer_pri

    (@wp_begginer_pri)


    Hi,

    I have noticed in your css code in file public.min.css which has the following:
    .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt:before{position:absolute;top:50%;left:50%;margin-right:0!important}

    Since you used !important on margin-right:0 , it is becoming a bit complicated to implement button styling in some themes.

    Unless, important for unknown reason to me, maybe you can consider removing the !important on right margin so when I put a declaration in style.css, or under theme custom css, my css will not be over-ridden by yours 😉 I commented out the code but every update, it will get replaced 😉

    Best Regards,

    Pri

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Modify public.min.css’ is closed to new replies.