• Resolved odinex

    (@odinex)


    The plugin comes with three cart icons. I would like to be able to put a personalized one or the ones that woocommerce has. Would it be possible?

    thx

Viewing 1 replies (of 1 total)
  • Plugin Contributor ptp96

    (@ptp96)

    Thank you for your feedback.
    But updating the icon may affect other users, so you can customize the icon using css.
    Please add the following style to your child theme or go to Customize -> Additional CSS:
    1. Style for custom icon
    .boostify-cart-icon.widget-cart-icon .widget-cart-icon–wrapper .boostify-icon–cart:after {
    content: ‘\f3f8’; /* Custom content Icon ex. \f3f8 */
    font-family: “Ionicons”; /* Custom font. ex. Ionicons */
    }
    2. Style for svg or image
    .boostify-cart-icon.widget-cart-icon .widget-cart-icon–wrapper .boostify-icon–cart:after {
    content: url(‘https://demo.woostify.com/megashop/wp-content/uploads/sites/2/2019/09/icons-bag.png’); /* Path to image or svg */
    }

Viewing 1 replies (of 1 total)
  • The topic ‘Replace cart icon with a custom one’ is closed to new replies.