Please submit a private ticket if you need to share sensitive information, such as license details and admin credentials.

Okay
  Public Ticket #3254043
How customize Fly Cart icon in the menu?
Closed

Comments

  •  1
    Luis M. started the conversation

    Hello,

    1.- I need to insert a custom icon for Fly Cart in the menu since the ones offered by the Plugin are not valid for me. Is there a way to do that?

    https://prnt.sc/KDOu0EafetY4

    2.- I also need to change the background color where the number of items in the cart appears (now it is red by default). How can I do this?

    https://prnt.sc/OjPTzpRMd-n3

    Thanks!

    Luis

  •  767
    Janilyn replied

    Hi Luis,

    Thank you for contacting WPClever Support Forum. 

    We’ve received your ticket and assigned one of our developers to help you with that. 

    He’ll be looking into your question and responding with specific instructions as soon as possible. 

    Please stay patient as we're having very heavy workloads, it might take some time for our developers to reach back.

    Best regards.

    Janilyn T. - WPClever Support Agent

  •  1,222
    Dustin replied

    Hi Luis,

    Please send me your website link then I can check it and provide the exact CSS code.

    Best regards,
    Dustin

  •   Luis M. replied privately
  •  1,222
    Dustin replied

    Hi Luis,

    Please add below CSS code to WP-Admin → Appearance → Customize → Additional CSS:

    .woofc-cart-link .woofc-cart-link-inner {
        display: block;
        width: 24px;
        height: 24px;
        background-image: url('https://cdn-icons-png.flaticon.com/128/34/34568.png');
        background-size: 24px;
        background-repeat: no-repeat;
    }
    .woofc-cart-link .woofc-cart-link-inner:after {
        background-color: #00d000;
    }
    .woofc-cart-link .woofc-cart-link-inner i {
        display: none;
    }

    And the result https://www.screencast.com/t/pvfYT37Uhno

    You can change the image icon (.png) on the above code as your icon.

    Best regards,
    Dustin

  •  1
    Luis M. replied

    Perfect, is working now

    Many thanks! :-)

  •  1,222
    Dustin replied

    You're welcome!smile.png

    If you are satisfied with our plugin and support, please reward it with a full five-star ★★★★★ rating. https://wordpress.org/support/plugin/woo-fly-cart/reviews/?filter=5 Thank you in advance! ♥

    Best regards,
    Dustin