Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #719055

    Hello I need to edit the top Cart button to make it looks just like this screenshoot i have attached here.

    https://fizzpopmedia.com/wp-content/uploads/2016/12/Screen-Shot-2016-11-30-at-4.52.02-PM.png

    I need it to say Login | Cart and then the icon with the count next to it.

    Can you tell me where to access the files to get the code to edit and make it look like this?

    Thanks,
    Brian

    #720066

    Hello. Any luck with this? Thanks so much

    #720308

    Hi,

    Thank you for using Enfold.

    Do you have an image for that cart icon? You can use this selector to modify the cart dropdown.

    #menu-item-shop.cart_dropdown {
        right: 0;
        top: 0;
        width: 40px;
        height: 40px;
        line-height: 40px; 
    }
    
    #menu-item-shop .cart_dropdown_link span:before {
        content: '';
    }
    
    #menu-item-shop .cart_dropdown_link {
        padding: 0;
        left: 10px;
        top: -20px;
        background: url('CART IMAGE HERE') no-repeat center center;
    }

    Set the cart icon as background.

    Best regards,
    Ismael

    #720316

    Hello

    I tried that and it didnt work

    See here:

    #menu-item-shop.cart_dropdown {
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    }

    #menu-item-shop .cart_dropdown_link span:before {
    content: '';
    }

    #menu-item-shop .cart_dropdown_link {
    padding: 0;
    left: 10px;
    top: -20px;
    background: url('http://satyajuice.com/wp-content/uploads/2016/12/iconshopping.png') no-repeat center center;
    }

    Also what about the rest of it? having those other menu buttons there? That say Login, etc

    Thanks for your help
    Brian

    #721542

    Hi,

    We would be glad to help you with this customization, but at the moment there is no easy way to do this by using a small custom code snippet, so I am afraid its out of the scope of our support.

    But please feel free to request such feature at our feature request system: https://kriesi.at/support/enfold-feature-requests/

    This system allows us to keep track of user suggestions and lets you vote on the feature you would like to see the most. I am afraid though there is no guarantee that a feature will get implemented. If that’s something you really need you can always try to hire a developer for the task :)

    Best regards,
    Yigit

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.