Header custumization (newsletter and wishlist – cart icons)

This topic has 4 replies, 2 voices, and was last updated 5 years, 6 months ago ago by Rose Tyler

  • Avatar: cyrilbosson
    cyrilbosson
    Participant
    October 2, 2018 at 13:35

    Hello dear support,

    #1 – I would like to add something next to “Newszletter” on the top header. From your documentation it seems I had to create a new menu My account. I tried but nothing appends. (see target / see menu)

    #2 – On the cart and wishlist icons I wanted to display the number in black. I found the right setting on your menu, but nothing change (see here)

    #3 – I would like to get a circle around the icon and to get them in full white. How can I do that ? (see target here)

    Best regards.
    Jérôme.

    Please, contact administrator
    for this information.
    3 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 2, 2018 at 14:33

    Hello,

    1) http://prntscr.com/l197j6 https://xstore.helpscoutdocs.com/article/48-widgets-custom-widget-areas
    2) Theme Options > General > Header Settings > Color for cart number label http://prntscr.com/l198ek > http://prntscr.com/l198gs
    3) Please add this code in Theem options > Styling > Custom css:

    .header .et-wishlist-widget .icon-like_outline:before {
        content: "\f004";
    }
    .header .shopping-container .cart-bag:before  {
        content: "\f07a" !important;
        font-family: FontAwesome !important;
    }
    .header .et-wishlist-widget .icon-like_outline:before, 
    .header .shopping-container .cart-bag:before{
        border: 2px solid white !important;
        border-radius: 100%;
        padding: 5px;
    }

    Regards

    Avatar: cyrilbosson
    cyrilbosson
    Participant
    October 2, 2018 at 20:46

    Thank you Rose !

    #1 -> How to remove “Newsletter” ?
    #2 -> Done
    #3 -> Done

    Regards.
    Jérôme.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 3, 2018 at 06:56

    Hello,

    You’re welcome!
    Theme Options > E-commerce > Promo Popup.

    Regards

  • Viewing 4 results - 1 through 4 (of 4 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.