How to get rid of categories listing on post title [Theme: Flex}
-
Hey everyone!
I hope I can find a solution for my issue asap.
I am working with a grid system and i cant figure out how to remove the categories from appearing underneath my titles. If my title is long, it creates two lines, thus pushing the categories down a line, messing with alignment in the design.
the only code i could find to edit this was in the core.css file. here is the code:
#grid-content .post_tags {
color: #999;
height: 19px;
overflow: hidden;
}#grid-content .post_tags a {
color: #999;
font-size: 12px;
font-style: italic;
text-transform: capitalize;
}#grid-content .post_tags a:hover {
color: #999;
}I can edit this to the point of making them transparent, but cant figure out how to write the code to take these out completely.
any help would be greatly appreciated.
- The topic ‘How to get rid of categories listing on post title [Theme: Flex}’ is closed to new replies.