Home › Forums › WoodMart support forum › To small icons on shop page category selector and on the menu bar › Reply To: To small icons on shop page category selector and on the menu bar
JanDaDa
Hi Elise,
Thanks for your answer. I have modified the code as you said but it doesnt solve my issue for both menu as shop page. Can you take a look again?
Start code:
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300"><defs><style>.cls-1,.cls-2{fill:none;stroke:#333;stroke-miterlimit:10;stroke-width:6px;}.cls-2{stroke-linecap:round;}</style></defs><path class="cls-1" d="M233.33,141.22,129.52,245.4a12.39,12.39,0,0,1-17.52-.18L56.88,190.29a12.39,12.39,0,0,1-.25-17.51L160.44,68.6a12.13,12.13,0,0,1,10.21-3.43l48.52,6.44a12.79,12.79,0,0,1,10.94,10.9L236.72,131A12.15,12.15,0,0,1,233.33,141.22Z"/><circle class="cls-1" cx="195.1" cy="106.96" r="14.3"/><path class="cls-2" d="M212,69.78C226,55.66,241.09,47.84,245.59,52.33S242.33,71.9,228.25,86,199.12,108,194.62,103.49"/></svg>
Modified to:
<svg width="31" height="40" id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300"><defs><style>.cls-1,.cls-2{fill:none;stroke:#333;stroke-miterlimit:10;stroke-width:6px;}.cls-2{stroke-linecap:round;}</style></defs><path class="cls-1" d="M233.33,141.22,129.52,245.4a12.39,12.39,0,0,1-17.52-.18L56.88,190.29a12.39,12.39,0,0,1-.25-17.51L160.44,68.6a12.13,12.13,0,0,1,10.21-3.43l48.52,6.44a12.79,12.79,0,0,1,10.94,10.9L236.72,131A12.15,12.15,0,0,1,233.33,141.22Z"/><circle class="cls-1" cx="195.1" cy="106.96" r="14.3"/><path class="cls-2" d="M212,69.78C226,55.66,241.09,47.84,245.59,52.33S242.33,71.9,228.25,86,199.12,108,194.62,103.49"/></svg>