DB-hub Technology WordPress Site-Title 下划线问题

Site-Title 下划线问题

.site-header .site-title {
text-decoration: none;
}

.entry-content a {
text-decoration: underline;
}

.entry-title a:active,
.entry-title a:hover {
color: #ccc;
text-decoration:none;
}

a:active, a:hover {text-decoration:none !important; }

.site-title {
text-decoration: none !important;
border-bottom: none !important;
}

/* Remove the short accent separator under the site title. / .site-title::after { display: none; / Use !important; if needed. */
}

/* Remove any underline from the site title if any. / .site-title { text-decoration: none; / Use !important; if needed. / border-bottom: none; / Use !important; if needed. */
}

Leave a Reply

您的邮箱地址不会被公开。 必填项已用 * 标注

Related Post