• I created a child theme and started making modifications to the styles. For example, I want to change the font size of the header: header h1 a. Adding this to the child stylesheet, had no effect. In Chrome Developer Tools I see it loaded, then overridden.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Can you please post a link to your website?

    Theme Author Slocum Studio

    (@slocumstudio)

    Hi 3dperuna,

    Chances are you have to get a bit more specific with your CSS selector. If your styles are being over-written, it might be due to a color scheme stylesheet or other styles that are being loaded after your child theme.

    Also, as @stephencottontail, a link to your website will better help us diagnose the issue.

    You might try the following and see if it works: header .logo-box h1 a {}.

    Hope this helps!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Child Theme Not Being Honored’ is closed to new replies.