• rmass

    (@rmass)


    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

Viewing 1 replies (of 1 total)
  • 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

Viewing 1 replies (of 1 total)

The topic ‘Use different style.css for post categorie’ is closed to new replies.