Forums

Use different style.css for post categorie (2 posts)

  1. r.mass
    Member
    Posted 2 years ago #

    Hello,

    on http://edwin.masscreations.nl is a begin of a website with on the left side under BIOGRAFIE a link which opens in shadowbox. The idea of this is that this opens on a total black screen, but now it opens with the fully layout. Is there in WordPress some way to do that?

    Greetz Renzo

  2. Jonathan Dingman
    Member
    Posted 2 years ago #

    in order to get different styles for different categories, I would do this in your header:

    if ( is_category(##) ) { echo "otherstyle.css"; } etc etc, and apply as necessary

Topic Closed

This topic has been closed to new replies.

About this Topic