How to delete these two things ( underline on the header and arrow below the collection list )

Hello,

  1. I would like to delete the underline bellow the header text but dont know why

  2. And the arrow bellow the collection list

siteweb : https://streetpointtest.myshopify.com/

password : othomo

You can see them on the screen bellow β†’

@Dreikhhh - add this css to the very end of your base.css file and check

.header__active-menu-item{text-decoration: none;}

h3.card__heading{display: none; visibility: hidden;}

@Dreikhhh

oh sorry for that issue can you try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/base.css ->paste below code at the bottom of the file.
.card .icon-wrap {display: none !important;}
.header__menu-item span {text-decoration: none !important;}