• shisana

    (@shisana)


    Please Help Me to find out the css selector of
    Table Of content ol
    ol in the post
    ul in the post
    If possible Related post and Category In side bar.

    Thanks.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • cataphor

    (@cataphor)

    It’s time to learn how to open and use the Developer Tools that are built into most web browsers. That is how you will be able to easily answer questions like this for yourself without waiting, and it will lead to great improvements in your web development ability and speed.

    In either Chrome or Firefox, while viewing the page that you wish to inspect, press Control-Shift-I. (that is on a PC… I suppose on a Mac it is probably Command-Shift-I).

    There are many instructional pages and videos online about what to do next after you open the Developer Tools. But the first and simplest thing you will want to learn is how to point the Tools at a specific element on the live page so that the Tools window will show the HTML structure, including all the CSS selectors for any element that you point to with mouse or touchpad.

    • This reply was modified 6 years ago by cataphor. Reason: augmented answer a little
    Thread Starter shisana

    (@shisana)

    Thanks cataphor
    In fact; I had already tried some of the methods explained in video and posts.

    But codes in theme is some what different.
    This is what i am getting when copying css selector with Inspect element ; which is not true for this plugin.

    div.post-content > div.entry.clearfix > ul:nth-child

    div.post-content > div.entry.clearfix > ol:nth-child

    I will start learning in detail about inspecting elements and php coding positively from now,But if somebody knew it pls help me at least for now .
    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Help on CSS selector’ is closed to new replies.