How can I add colored separator lines in the Ride template?

Hi,
Im using the Ride template and im wondering if there is a way to add a thin red seperating line between each section or atleast the header since i know there is the ability to add a seperating line there I just dont know how to color it.

My site is: https://sonic-weaponry.myshopify.com/
Any help is much appreciated!

Hi @sonicweaponry ,

Go to Assets > base.css and paste this at the bottom of the file:

.header-wrapper {
   border-bottom: 1px solid #ff0100;
}

Hope it helps!