Forums

[resolved] Style .post only for index page? (3 posts)

  1. Pajje
    Member
    Posted 3 months ago #

    I want to style my posts listed on the index page. If i style class="post" they change both on index- and single page. I can't find a way to make my own class for posts on index page only. Please help!

  2. alchymyth
    The Sweeper
    Posted 3 months ago #

    if your theme uses body_class() you can use the extra css classes to make the style more specific;

    example:

    .home .post { }

    or

    .single .post { }

    http://codex.wordpress.org/Function_Reference/body_class

    edit:
    or add an extra css class to the post div in single.php

  3. Pajje
    Member
    Posted 3 months ago #

    Thank you alchymyth!!!

Reply

You must log in to post.

About this Topic