Hello,
Wondering how to make this brown accent line thinner here and anywhere else it shows up in the narrative theme. Thank you!
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.
Hello @lufidawg ,
@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
You rock Guleria. Thanks man