Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1057199
    JP
    Participant

    hi,

    I am currently using the cart icon but i would like to customise it so it looks more like image 2. Before I create the design will i be able to easily swap it out?

    Thanks

    #1057559
    Prasant Rai
    Moderator

    Hello There,

    Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

    Thanks.

    #1058504
    JP
    Participant
    #1058861
    Rad
    Moderator

    Hi there,

    Please add this CSS to Admin > Appearance > Customizer > Custom > CSS

    .x-cart .x-icon-shopping-cart:before {
    content: url(//myeternalbeauty.com/wp-content/uploads/2016/06/wel_logo2-1.png);
    }

    Change the URL with your icon’s URL.

    Thanks!

    #1118686
    JP
    Participant

    hey there

    OK I added an image and it comes up but now I need to have style control over the boxes and fonts

    can you provide me with the CSS please

    Thanks

    #1119038
    Darshana
    Moderator

    Hi there,

    You can add this under Custom > CSS in the Customizer.

    
    .x-cart .woocommerce-Price-amount {
        color: #ff0000;
        font-size: 16px;
    }
    

    Hope that helps.

    #1121911
    JP
    Participant

    thanks

    that helped a bit

    i need a few more changes i can’t make myself

    – the cart image and the text to be horizontally aligned
    – the background and border of all cells to be white so there is no grey or black

    thanks a lot!

    #1122003
    Joao
    Moderator

    Hi There

    Please add the following code to Appereance Customizer Custom CSS

    i.x-icon-shopping-cart {
    margin-top: 5px;
    }
    .x-menu-item-woocommerce .inner, .x-menu-item-woocommerce .outer {
    background: none;
    }
    

    Let us know how it goes,

    Joao

    #1122056
    JP
    Participant

    thanks

    that got rid of the colours perfectly but the text and img are still not lined up

    http://myeternalbeauty.com/

    #1122259
    Rupok
    Member

    Hi there,

    Let’s replace the below code :

    i.x-icon-shopping-cart {
    margin-top: 5px;
    }

    with this :

    i.x-icon-shopping-cart {
      float: left;
      margin-top: -1px;
    }

    Hope this helps.

    Cheers!

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