Home Forums WoodMart support forum Icons in My Account Page

Icons in My Account Page

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #195930

    simontayler
    Participant

    Hi there,
    I purchased the Woocommerce Gift Cards plugin. It now appears in the My Account Page.
    How would I go about now assigning it another icon?

    Attachments:
    You must be logged in to view attached files.
    #195989

    Hello,

    You can choose an icon from this source https://fontawesome.com/ and I will provide custom CSS.

    Best Regards

    #196041

    simontayler
    Participant

    Hi thanks so much!
    Is there anyway we can use Woodmart style ‘thin’ icons?

    https://fontawesome.com/v4.7.0/icon/list
    For Wholesale customers link.

    For Gift Card
    https://fontawesome.com/v4.7.0/icon/envelope-open-o

    For Affiliate:
    https://fontawesome.com/v4.7.0/icon/line-chart

    Attachments:
    You must be logged in to view attached files.
    #196073

    Hello,

    Please provide your site admin access to the private area.

    Best Regards

    #196076

    simontayler
    Participant

    Hi here is the site access

    #196114

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    .woodmart-my-account-links .wholesaleorderinglink-link a:before {
      font-family: 'Font Awesome 5 Free';
      content: "\f03a";
      font-weight: 900;
    }
    .woodmart-my-account-links .giftcards-link a:before {
      font-family: 'Font Awesome 5 Free';
      content: "\f2b6";
      font-weight: 900;
    }
    .woodmart-my-account-links .affiliate-area-link a:before {
      font-family: 'Font Awesome 5 Free';
      content: "\f201";
      font-weight: 900;
    }

    Best Regards

    #196119

    simontayler
    Participant

    Thanks I have added them in. Is there a Woodmart font library or another that I could use as they do look quite out of place?

    Attachments:
    You must be logged in to view attached files.
    #196121

    simontayler
    Participant

    Or could I use these SVG icons?

    Attachments:
    You must be logged in to view attached files.
    #196125

    simontayler
    Participant

    Sorry not the people.svg one but this one.

    Attachments:
    You must be logged in to view attached files.
    #196152

    Hello,

    Upload all of them to media library and provide the image URL I will provide custom CSS.

    Best Regards

    #196153

    simontayler
    Participant
    #196351

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body .woodmart-my-account-links .wholesaleorderinglink-link a:before {
    content: " ";
    min-height:60px;
    display:inline-block;
    }
    body .woodmart-my-account-links .giftcards-link a:before {
    content: " ";
    min-height:60px;
    display:inline-block;
    }
    body .woodmart-my-account-links .affiliate-area-link a:before {
    content: " ";
    min-height:60px;
    	display:inline-block;
    }
    .woodmart-my-account-links .wholesaleorderinglink-link a{
    min-height:118.8px;
    	 background-image: url(https://staging.bushido.ca/wp-content/uploads/2020/05/transportation.svg);
        background-repeat: no-repeat;
        background-size: 60px 60px;
        background-position: center 10px;	
    }
    .woodmart-my-account-links .giftcards-link a {
    min-height:118.8px;
    	 background-image: url(https://staging.bushido.ca/wp-content/uploads/2020/05/business.svg);
        background-repeat: no-repeat;
        background-size: 60px 60px;
        background-position: center 15px;
    }
    .woodmart-my-account-links .affiliate-area-link a{
    min-height:118.8px;
    	 background-image: url(https://staging.bushido.ca/wp-content/uploads/2020/05/marketing.svg);
        background-repeat: no-repeat;
        background-size: 60px 60px;
        background-position: center 10px;
    }

    Best Regards

Viewing 12 posts - 1 through 12 (of 12 total)