How can i change the Cart Icon? - by Robe

This topic has 2 replies, 2 voices, and was last updated 8 years, 6 months ago ago by Eva Kemp

  • Avatar: Robe
    Robe
    Participant
    September 25, 2015 at 10:56

    Hi i want like to change the Cart Icon but width CSS i don’t can change it.
    My second Question is can i make a second Navigation in the top bar? and how i can make Icons for Navigation? Sorry my English is very bad 🙂

    1 Answer
    Avatar: Eva
    Eva Kemp
    Support staff
    October 6, 2015 at 18:35

    Hello,

    We’re sorry for a long delay.
    Please use this code to change cart icon:

    .cart-bag .ico-sum  {
        background-color: transparent;
    }
    .cart-bag .ico-sum::before {
        border-color: transparent;
    }
    .cart-bag {
        padding: 18px 15px 15px !important;
        background-image: url("http://my-amelie.de/wp-content/themes/royal-child/images/shopping.png");
        background-repeat: no-repeat;
    }

    Unfortunately there is no option to have the second navigation bar.

    Please refer to these articles how to add icons to menu:
    http://www.wpbeginner.com/plugins/how-to-add-image-icons-with-navigation-menus-in-wordpress/
    http://wptavern.com/how-to-easily-add-icons-to-menus-in-wordpress

    Regards,
    Eva Kemp.

  • Viewing 2 results - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.