Viewing 8 replies - 1 through 8 (of 8 total)
  • No, child theme styles follow the same CSS “rules” as any other styles – so you probably need to use more specific selectors.

    Firebug (or other browser tool) should show you which CSS is active — and then you should be able to use those same selectors in your child theme. Is that what you are doing?

    Can you be specific about what you are trying to change and the code you are using?

    Thread Starter rileybetka

    (@rileybetka)

    here is my CSS…if you look I changed the size of the font to 25 but it is not changing on the page – what does that mean when a portion of the text has a line through it?

    http://pastebin.com/8PbFTBbb

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Read up on CSS Specificity.
    You’re not using specific-enough selectors.

    Edit: Link amended.

    What font on what element – what are you trying to change? I can see all the CSS on your site – no need to post that.

    Are you using Firebug? It shows you all the information you need.

    Thread Starter rileybetka

    (@rileybetka)

    I am using chrome developer tools

    It should do the same thing. When you look at whatever text you are trying to change, what does it show as the active CSS for that element?

    Thread Starter rileybetka

    (@rileybetka)

    I got it thank you!

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Something is stopping me from formatting text’ is closed to new replies.