• Hello, i am trying to remove ‘wordpress plugin’, from flipbook plugin. I have a child theme…copied and pasted the code below. It works when viewing in firebug…but not when I updated the child theme.
    It’s the About page.
    http://blog.tylermiro.com/

    What am I doing wrong?
    Thanks,
    Tyler

    element.style (
    font-size: 9px;
    text-align: center;
    width: 100%;
    display:none;
    )

Viewing 2 replies - 1 through 2 (of 2 total)
  • hello, i’m a newbie, but I think you’re using ordinary brackets instead of these { }
    hope it works

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    And

    element.style

    That’s not what you want, you want the to target the actual element, e.g:

    h1

    “element.style” is something specific to Firebug

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

The topic ‘Editing with Firebug..doesn't work’ is closed to new replies.