Using Debut theme,
I want to increase the size of the icon so that it is larger.
In the theme.scss file I've changed the font size of .site-header__icons-wrapper
to 2em and even 4em, but all it changes is the size of the font of units that are currrently in cart.
How do i increase just the size of the icon as currently when I inspect the element it is showing as 20px by 20px
Thanks
Solved! Go to the solution
This is an accepted solution.
Go to your theme.scss
Paste this at the end of the file
.icon { width: (yoursize)px !important; height: (yoursize)px !important; }
Let me know if this works :)
User | Count |
---|---|
737 | |
143 | |
102 | |
64 | |
37 |