[Narrative] how to make accent line thinner across theme?

Hello,

Wondering how to make this brown accent line thinner here and anywhere else it shows up in the narrative theme. Thank you!

Please, consider leaving the website link so that others can check the css.

1 Like

Hello @lufidawg ,

  1. Go to Online Store->Theme->Edit code
  2. Asset->theme.scss.liquid paste bellow code in bottom of file
@media only screen and (min-width: 750px){
.feature-row__heading::before {
  height: 2px !important;
}
}
@media only screen and (max-width: 749px){
.feature-row__heading::before {
  height: 2px !important;
}
}

Thanks

1 Like

https://basatelier.com/

You rock Guleria. Thanks man

1 Like