Decoration line under featured item title

example in site below

https://shihiko.com/

my site

https://6ad34b-3.myshopify.com/

I need a line under featured items titles, as pic below

Hi @mabooz9561
To add underline below titles add Below CSS to base.css

.collection__title h2.title.inline-richtext.h2:after {
    content: "";
    width: 70px;
    height: 3px;
    background: #f3795b;
    position: absolute;
    bottom: -4px;
    left: 2%;
    margin-left: -20px;
}
.collection__title h2.title.inline-richtext.h2 {
    position: relative;
}

Hi @mabooz9561

Please go to your Online store > Themes > Edit code > open theme.liuqid file, add this code under element


what if I wanted to add the decorative line in my prodcut page title? like site below

https://shihiko.com/collections/jjk/products/malevolent-shrine-acid-wash-hoodie

please help with this as well dear