Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #845398

    So I set up Woocomerce and set my preferences to always show the shopping cart icon in the nav menu. I’d like to figure out how to change the color of the icon and make it larger as well. Also I want to remove the white separator lines around the icon. Thanks.

    #845400

    Hey metrocitygirl,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    .html_header_top #menu-item-shop.cart_dropdown {
        border: none;
    }
    #menu-item-shop .cart_dropdown_link:hover {
        color: orange;
    }
    #menu-item-shop .cart_dropdown_link {
        color: white;
        font-size: 20px;
    }
    

    Best regards,
    Yigit

    #845407

    Great that worked well! Thank you for the quick response too! Now is there a way to move the social icons where the shopping cart is and move the shopping cart icon all the way over to the right side of the page where the instagram logo is?

    #845519

    Hi,

    Would you be able to start an additional thread to address the second issue. That way we can keep this one organized to one topic?

    Best regards,
    Jordan Shannon

    #847227

    thanks you can close this thread now!

    #847310

    Hi,

    Thanks for the letting us know. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Change Color and Size of Shopping Cart Icon’ is closed to new replies.