iya Tuan tapi kurang tau ngapusnya, saat dilihat style sheet css cuma isinya ketengan template, bisa lebih detail Tuan?Mungkin dari CSS nya itu mas?
http://www.golegal1001.com/ ini Tuancoba share webnya mas, ga bisa bantu kalau ga liat langsung hehe.
coba di : wp-content/themes/consulting/assets/css/layout_8/main.css
Line : 1542
ganti apa ya Tuan itu kodenya?coba di : wp-content/themes/consulting/assets/css/layout_8/main.css
Line : 1542
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body {
font-family: Open Sans;
font-size: 14px; }
a {
color: #b2ac90;
text-decoration: none;
outline: none !important; }
a:hover, a:active, a:focus {
text-decoration: underline;
color: #b2ac90; }
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
font-family: "Montserrat", sans-serif;
font-weight: 400;
letter-spacing: -0.01em;
color: #29363b;
padding: 0;
margin: 0 0 23px;
font-size: 45px;
line-height: 60px; }
h1:after, .h1:after,
h2:after, .h2:after,
h3:after, .h3:after,
h4:after, .h4:after,
h5:after, .h5:after,
h6:after, .h6:after {
content: '';
display: block;
width: 35px;
height: 6px;
background: #f15822;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
border-radius: 3px;
margin: 7px 0 0; }
itu kode posisi nya dimana ya?CSS nya kebanyakan, tiap class H1/H2/H3/H4/H5 itu beda-beda underline background nya.
Kontak provider theme nya saja.
Ni salah salu CSS nya
HTML:/*-------------------------------------------------------------- # Typography --------------------------------------------------------------*/ body { font-family: Open Sans; font-size: 14px; } a { color: #b2ac90; text-decoration: none; outline: none !important; } a:hover, a:active, a:focus { text-decoration: underline; color: #b2ac90; } h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 { font-family: "Montserrat", sans-serif; font-weight: 400; letter-spacing: -0.01em; color: #29363b; padding: 0; margin: 0 0 23px; font-size: 45px; line-height: 60px; } h1:after, .h1:after, h2:after, .h2:after, h3:after, .h3:after, h4:after, .h4:after, h5:after, .h5:after, h6:after, .h6:after { content: ''; display: block; width: 35px; height: 6px; background: #f15822; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; border-radius: 3px; margin: 7px 0 0; }
background: #f15822; Bisa diganti ke transparent atau hapus.
Itu cuma salah satu saja, yang lainnya banyak itu![]()