This topic has 8 replies, 2 voices, and was last updated 7 years, 2 months ago ago by Rose Tyler
1. I try to add a awesom font in menu field “ico name. I tried different syntaxes. Noothing works. What should I use for example <i class=”fa fa-telegram” aria-hidden=”true”></i>. See screenshot https://ibb.co/n5S5Jk
2. In menu with child options a small arrow in grey is present. How kan i change this arrow (different image, color, size). See screenshot https://ibb.co/db9D4Q
Hello,
1. Please check this screenshot as example https://prnt.sc/gl1wqz
2. You may use custom css, for example, add this code in Theme Options > Styling > Custom css:
.product-categories
.fa-angle-down:before {
content: '\f2c1' !important;
color: red !important;
font-size: 20px !important;
}
Regards
1. I added GIFT in menu item as you suggested. Still no result in frontend. Screenshots:
https://ibb.co/g7YZB5
https://ibb.co/ieOqjQ
Login credentials added in private content if needed.
This option works for menu, but you use woocommerce widget here http://prntscr.com/gnx2r8 http://prntscr.com/gnx2uq, I’ve added menu widget into your custom sidebar http://prntscr.com/gnx47y but stylings of this element are different http://prntscr.com/gnx4ol Please check.
if you want to use category element, you may add this code in custom css http://prntscr.com/gnx7f2:
.home .widget_product_categories.sidebar-widget ul li:first-child a:before {
font-size: 16px;
color: #999;
font-family: 'FontAwesome';
display: inline-block;
content: "\f2c1";
margin-right: 10px;
}
Regards
Thank you. Almost ok now. I added black circle arrow. When clicking it twice it changes in original (unwanted) smaal, grey arrow down again.
Please check now.
Regards
Still the same. After 2 clicks on arrow it changes in other image.
Hello,
Sorry, please change this code http://prntscr.com/go89x3 to:
.widget_product_categories.sidebar-widget ul .open-this:before, .wpb_widgetised_column .widget_product_categories ul .open-this:before, .widget_nav_menu.sidebar-widget ul .open-this:before {
content: '\f0ab' !important;
color: #000 !important;
font-size: 30px !important;
}
Regards
Tagged: awesome, fonts, templates, woocommerce, wordpress
You must be logged in to reply to this topic.Log in/Sign up