Customize Header - by Robe - on WordPress WooCommerce support

This topic has 2 replies, 2 voices, and was last updated 8 years, 2 months ago ago by Jack Richardson

  • Avatar: Robe
    Robe
    Participant
    January 28, 2016 at 14:55

    Hi, how can i customize the Header (NEWSLETTER, MY ACCOUNT, LOGOUT/LOGIN) i want like to edit this i need a link too the Wishlist page and i want like too have custom Icons for wishlist, login and Newsletter. And another Question how can i customize the cart icon i don’t like this icon.

    I hope you can help me.

    Best regards
    Roberto

    1 Answer
    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    January 29, 2016 at 11:45

    Hello,

    You can add your own links in Appearance > Widgets > Right Side top bar area and add Text widget with your content.
    To edit current links you need modify the file wp-content/themes/royal/framework/theme-functions.php (lines 926-1000).

    Please try to 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://url_to_your_image");
        background-repeat: no-repeat;
    }

    Best regards,
    Jack Richardson.

  • 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.