Hi, i am looking to remove the underline from all the links on my website and change the color to blue, I was able to get the color of the title to blue but I can’t get the price to be blue on hover as well. I am using Dawn 8.0.0 and my store link is https://droughtinc.myshopify.com/
your store is password protected can you share password, please so i can view your issue
tickaw
that got rid of the underline for the title but the price still won’t change color on hovering
add this code after line no. 276
.underline-links-hover:hover .price__regular .price-item--regular {
color: #1e1aff;
}

