Garis bawah


Status
Not open for further replies.

Orang Awaw

Beginner 2.0
mohon bantuan nya, semua konten setiap judul terdapat garis bawah berfariasi ada warna kuning, abu-abu dll
bagaimana cara menghilangkannya?
tolong dibantu dong.
ini contohnya:
922f5bed467d49d3a76f8a204d90419d.png
 

Attachments

  • upload_2016-7-10_9-37-30.png
    upload_2016-7-10_9-37-30.png
    308.9 KB · Views: 9

WarnaHost

Expert 2.0
Verified Provider
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 :D
 

Orang Awaw

Beginner 2.0
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 :D
itu kode posisi nya dimana ya?
 
Status
Not open for further replies.

Top