The shopping cart icon at the top of the menu is very small. I can't figure this out with firebug to enlarge it. How can this be done?
Thanks in advance.
Regards,
Erik
ltheme
POSTED: 2020-05-21
Hello GRAFIEK,
Please go to Template Settings, open tab 'Custom Code' and add more CSS as below for Custom CSS code field
Get an access to all 265 items designed and developed by LTheme team plus all the future items
which will be released over the course of your club subscription.
Price starting from $69.00
The shopping cart icon at the top of the menu is very small. I can't figure this out with firebug to enlarge it. How can this be done?
Thanks in advance.
Regards,
Erik
Please go to Template Settings, open tab 'Custom Code' and add more CSS as below for Custom CSS code field
.fa-shopping-cart:before {
font-size: 20px;
}