Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1166133
    GeorgiaG
    Participant

    Hello. I was able to change the icon I am using for the shopping cart in the header with some code you provided. I tried to do something similar to the footer widget shopping cart icon and am unable to get it to show properly. Are there additional places as well? Can I do a universal replacement if I am using a small png?

    Thank you. Georgia

    #1166334
    Christian
    Moderator

    Hey Georgia,

    Regretfully, at this time I am not entirely certain what it is you would like to accomplish based on the information given in your post. If you wouldn’t mind providing us with a little more clarification on what it is you’re wanting to do (a link to a similar example site would be very helpful, or perhaps some screenshots), we’ll be happy to provide you with a response once we have a better understanding of the situation.

    Thanks.

    #1167049
    GeorgiaG
    Participant

    Christian, Thank you. Here is a link:
    http://poggiwines.com/stay-in-touch/

    The header icon for the cart is one I was able to add from info here elsewhere. In the footer it shows the default shopping icon. I would like to change it to match the header and if it something that I can make as a universal change for any time the cart icon is called on that would be fantastic. I believe you can view the page and that I only have it blocked right now for the home page but if there is an issue please note and I will send login info.

    Screengrab as well
    http://www.awesomescreenshot.com/image/1568992/9ed4a821c59f74da34dddc4d6730ba48

    #1167551
    Rupok
    Member

    Hi there,

    It seems you have added the below code to change the icon –

    .widget_shopping_cart .h-widget::before {
      content: "";
      font-size: 0.945em;
      top: -0.05em;
    }

    You can change the content to change the icon. You can use this instead:

    .widget_shopping_cart .h-widget::before {
      content: "\f054";
    }

    Other icons could be found here as well – http://fontawesome.io/icons/

    Thanks!

    #1168169
    GeorgiaG
    Participant

    I want the opposite. I want to make the grape the replacement everywhere. Not the cart. Is there a way to do that or at least do it in the footer? Thank you.

    #1168580
    GeorgiaG
    Participant

    I figured it out. Thank you. I appreciate your time. Best!

    #1168793
    Rue Nel
    Moderator

    Hello There,

    We are just glad that you have figured it out a way to correct the said issue.
    Thanks for letting us know!

    Best Regards.

  • <script> jQuery(function($){ $("#no-reply-1166133 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>