#content .entry-title {
color: #000;
font-size: 21px;
font-weight: bold;
line-height: 1.3em;
margin-bottom: 0;
}
bu kodu style.css'te bul ve şöyle yap (yazı başlığının altı için)
#content .entry-title {
color: #000;
font-size: 21px;
font-weight: bold;
line-height: 1.3em;
margin-bottom: 0;
padding-bottom: 3px;
border-bottom: 2px solid black;
}
bileşen başlığı için bu kodu bul:
.widget-title {
color: #222;
font-weight: bold;
}
ve şöyle yap:
.widget-title {
color: #222;
font-weight: bold;
padding-bottom: 2px;
border-bottom: 2px solid black;
}