• Resolved Christinanine

    (@christinanine)


    Hello,

    I am adapting the twenty-eleven theme for a site:
    https://www.riverlogicpartners.com/resources/

    Am having issues with changing CSS on <body> and <p> tags. I went into the the child theme CSS in the Editor, put in what I want (different line-height on body tag and diff. margin-bottom on p tag), save it, reload the page but my changes don’t show. Firebug shows theme’s original tag values.

    I’m new to WordPress so I must be missing something… can you help? ??

    Thank you so much,
    C

Viewing 2 replies - 1 through 2 (of 2 total)
  • You have an error in the code you added:

    body {
    }   line-height:1.2em;

    The parenthesis is before the style! That’s likely affecting the rest of the code in that file.

    Thread Starter Christinanine

    (@christinanine)

    acckk, rookie mistake. I usually work in Espresso 2.0 and it does auto-complete…

    Thanks for pointing this out ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘changed css in child theme but not applying to pages’ is closed to new replies.