• Resolved techtoll

    (@techtoll)


    My every blog post contain about author information at last. Is there any way to hide that. Since i am the only author i dont need it.

    I tried inserting but could not succeed.
    `.entry-meta .by-author {
    display: none;
    }’

    My site is TechToll.in

Viewing 4 replies - 1 through 4 (of 4 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Is the section named, ‘About Kamal..’, just above the ‘Leave a reply’ section https://awesomescreenshot.com/0caqpnp08 ?

    Thread Starter techtoll

    (@techtoll)

    Yes!

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Use a Browser developer tool like Firebug for this sort of CSS work. They’re imperative to debugging CSS.

    I used Google Chrome’s built-in Developer Tool and easily exposed the HTML and CSS structure of your webpage https://snag.gy/rha82.jpg . As you can see, there are current selectors of that section visible on the right-hand side.

    You ought to therefore use .author-info to select that Author section of the page with CSS. Then use your display: none; style.

    All CSS modifications should be either within the Custom CSS section of the dashboard in Twenty Twelve, or a Child Theme’s stylesheet.

    Thread Starter techtoll

    (@techtoll)

    Thanks. That worked.

    I use Firbug but was not sure it would solve even this problem.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[Theme:Twenty Twelve] Removing Author Information’ is closed to new replies.