This is searchable archive of our old support forums, which operated from 2012 - 2016. To find out how to get support for your current theme, please visit our support page.

CSS change just for specific category

  • Creator
    Topic
  • #25965
    olivifrench
    Participant

    Hi Jason and all

    Does it exist a group to exchange between people who use jumpstart ?

    My question : how to change site-inner background just for specific category ? it’s possible just with css ?

    I know change much but not this…

    Olivier

Viewing 2 replies - 1 through 2 (of 2 total)
  • Author
    Replies
  • #25970
    Jason Bobich
    Keymaster

    Hi Olivier,

    Just checkout the <body> tag of the specific page you’re targeting. Nothing really specific to Jump Start, you’ll notice that WordPress adds tons of helpful CSS classes you can use.

    So, you’d prefix any CSS customizations you make with the class specific to that page. For example:

    .category-{category-slug} .foo { ... }
    #25973
    olivifrench
    Participant

    Hi Jason

    don’t working with .category-{category-slug} .site-inner {background : …}

    i will inspect

    thx

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.