How can I alter the color of my collection sort option box or font?

I want to be able to change the color of the collection sort option box or font.

Both the background and font are in white color and cannot be seen. What should be done?

Hi @Nishchay

Thanks for the post.

  1. Go to Online Store->Themes->Edit code
  2. Asset->/theme.scss.liquid->paste below code at the bottom of the file.
.action-bar-secondary select {
    color: #fff;
    background: transparent url(//cdn.shopify.com/s/files/1/0305/5101/5563/t/14/assets/ico-select.svg);
    border: 1px solid #fff;
    background-repeat: no-repeat;
    background-position: center right 10px;
}

Hello, i dont have theme.scss?! I only have theme.liquid and theme.shogun.landing.liquid. If i paste it in theme.liquid it is not working.