• Resolved Dot

    (@dianetingleyhotmailcom)


    Hello

    I have a problem with my pages once I upload them from live writer
    I would like to edit the code after they are uploaded (make the pages have the background colour of my choice)
    Fire bug lets me do that (if I right click I get “edit element style” and can from there) but the change is tempoary
    So when I visit the site from another destination, the page has resorted to how it was

    Here is my site – which currently looks like it’s lost in an oil well: http://deardot.com/

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

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    In your Child Theme style.css file, close off your last style and tell the <div> with an id of “page” to have an overflow of hidden:

    }
    
    #page {
     overflow: hidden;
    }

    Firebug is just a debugging tool. It cannot save changes.

    Thread Starter Dot

    (@dianetingleyhotmailcom)

    I just altered it
    and tried that out with fire bug
    It worked

    Thanks Andrew

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How do I edit HTML source code?’ is closed to new replies.