My keywords are visible for evryone to see at the bottom of my post, I want to remove it
Below are the codes I have so far in my Global CSS
.x-brand img {
width: auto !important;
}
.x-navbar,
.entry-wrap,
.simple-social-icons ul,
.x-colophon.bottom{
border:none;
box-shadow:none;
-webkit-box-shadow:none;
-moz-box-shadow:none;
}
.x-colophon.top, .x-colophon.bottom {
border-top: 1px solid rgba(0,0,0,0.085) !important;
box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.8) !important;
}
.blog .x-header-landmark {
display: none;
}
.blog .x-main article:first-child .entry-wrap {
padding-top: 0;
}
.x-container.offset {
margin-top: 6em;
}
.blog .entry-title {
font-size: 185%;
}
.single-post h1.entry-title{
font-size: 185%; /* Adjust this accordingly*/
}
#respond h3,
.more-link {
font-size: 16px !important;
}
.entry-meta {
margin: 20px 0 !important;
}
.p-meta,
.logged-in-as,
.comment-form-author label, .comment-form-email label, .comment-form-url label, .comment-form-rating label, .comment-form-comment label {
font-size: 16px;
}
.blog .entry-footer {
display: none;
}