Skip to:
Content
Pages
Categories
Search
Top
Bottom

CSS Question: Target a specific div in a div in a div.. possible?

  • @bowromir

    Participant

    How’s that for an confusing topic title?! But it’s exactly what I want to do..

    can I somehow target the following element:

    I tried all kinds of things from complicated to really easy, but I can not seem to target that specific element.. I want to style a certain activity type to make it stand out a little bit more :-)

    Thanks in advance

Viewing 3 replies - 1 through 3 (of 3 total)
  • @mercime

    Participant

    `div.activity-inner { }`
    and in specific page
    `body.specific-page div.activity-inner { }`

    @rogercoathup

    Participant

    If you just want to style it for new blog posts:

    `
    li.new_blog_post div.activity-inner {
    }
    `

    @bowromir

    Participant

    @rogercoathup and @mercime : thanks guys.. I know now the correct ways of targeting divs inside divs.. learned something new instead of just trying random things.. cheers :D

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘CSS Question: Target a specific div in a div in a div.. possible?’ is closed to new replies.
Skip to toolbar