Open questions – top icons and product image side title
-
Hi,
1) How can we increase the icons for the account and the shopping cart – but without making the header larger – we would like to just increase the size of the icons a little bit (see screenshot)?
2) How can we add a text below or on the left side next to the product images (see screenshot)?
Thanks
Attachments:
You must be
logged in to view attached files.
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
.wd-header-cart .wd-tools-icon:before {
font-size: 20px;
}
.wd-header-my-account .wd-tools-icon::before {
font-size: 20px;
}
Please change the font-size as per your needs.
Best Regards
Hi,
Thanks, and what about question 2)?