- Open the css file of the theme
- Search for the subclass that is the blog title and description
- Within these Subclass parameter, type:
display:none;
———————-
- EXAMPLES:
.logo a {
text-decoration: none;
display:none;
color: #eead24;
}
.slogan {
font-size: 16px;
display:none;
/* color: white; */
}

