• 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.

Viewing 2 replies - 1 through 2 (of 2 total)
  • What grid system are you using? It sounds more like a problem you’d solve by using the functions.php file.

    If you’re making a child theme of a theme framework, like Thesis or Thematic, you’ll need to open up the functions.php (or make one) and enter in the relevant code to remove or edit that section.

    Sorry I can’t be of more help, but hopefully this will point you in the right direction.

    Thread Starter EricCity

    (@ericcity)

    I am using the grid system from the theme called flex. I am not trying to promote my website here (don’t get me wrong) but check out what im talking about at citylifemag.org and scroll over one of the grid sections under the title. i’ve blacked out the categories but the links are still there.

    not an expert in php so i would have no idea where to start in order to enter code to remove or edit that section.

    cheers

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to get rid of categories listing on post title [Theme: Flex}’ is closed to new replies.