Forum
Can someone tell me how I can customize the select drop down box with Mocho Blog Theme? I am trying to get rid of the arrow up and down that comes up way to the right of the select box itself. Thanks.
Hello,
Go to your Dashboard and navigate to
Appearance >> Customize >> Basic Customization >> Aditional CSS section and write this code
.primary_navigation li.has-sub>a:after {
display:none;
}