Brooklyn theme: make drop down icon smaller

Hello, I want to make my drop down arrow icon smaller but I am unsure on how to do it. Is it possible to make the arrow next to “SHOP” smaller? My URL is https://shoplineagejewelry.com/ and my password is ‘beckew’.

adthai_0-1644141515272.png

Hi @adthai

Add the following code to the bottom of your theme.scss file and adjust it as needed by modifying the numerical value:

.icon-arrow-down:before {
    font-size: 16px;
}

Should that help answer your query, we always appreciate liking & marking an as answer to let the community find quality solutions faster. Thanks!

1 Like

Thank you!