ResolvedAccounts Icons
- This topic has 3 replies, 2 voices, and was last updated 3 years, 6 months ago by
Althemist.
- AuthorPosts
- May 27, 2020 at 3:22 pm #23178
SharpStudios
ParticipantHow can i change the icons of My Account, Love, Cart and Search Box? I dont like them, i want to use another icons less babystyleless. Maybe Font Awesome or something.
May 27, 2020 at 6:47 pm #23196Althemist
KeymasterHello SharpStudios,
The only way to do this would be with custom CSS.
Regards,
DimitarMay 27, 2020 at 6:50 pm #23197SharpStudios
ParticipantCan you please guide where i can change that specific icons? Or give me the custom CSS to just insert it?
May 29, 2020 at 11:47 am #23240Althemist
KeymasterHello SharpStudios,
The best place to add your custom CSS would be in the style.css of the child-theme. We do not provide support for code customizations, but these are the classes to alter:
.babystreet-wishlist-counter i, #babystreet-account-holder i, #cart-module a.cart-contents::before, .babystreet-search-cart-holder .babystreet-search-trigger > a i::before, a.sidebar-trigger::before { font-family: your-font-family-here !important; } #babystreet-account-holder i::before { content: "\your-code-here" !important; } .babystreet-wishlist-counter i::before { content: "\your-code-here"; } #cart-module a.cart-contents::before { content: "\your-code-here" !important; } .babystreet-search-cart-holder .babystreet-search-trigger > a i::before { content: "\your-code-here" !important; }
Hint: The Font Awesome Icons font is loaded on all pages, because of the WP Bakery Page Builder, so you just need to specify it as a font-family. No need to enqueue the stylessheets.
Hope this helps.
Regards,
Dimitar - AuthorPosts
You must be logged in and have valid license to reply to this topic.