• Resolved duff2481

    (@duff2481)


    Hi, I’ve downloaded, installed and activated the child theme for Ignite, however the CSS change i’m trying to make isn’t applied.

    I’d like to modify the size of primary menu:

    .`menu-primary-items a,
    .menu-unset a {
    text-transform: capitalize;
    letter-spacing: 0;
    font-size: 80%;
    }`
    while this works if I enter it into the customizer and then the CSS section and also works if I place this within the Ignite Parent CSS.

    Any assistance would be of great help!

Viewing 5 replies - 1 through 5 (of 5 total)
  • CrouchingBruin

    (@crouchingbruin)

    Can you please post a link to your site so we can see why the CSS you’re using isn’t working? It could be that the selectors that you are using don’t have a high enough specificity. Thanks.

    Thread Starter duff2481

    (@duff2481)

    Of course, sorry.

    I used from the snippet.

    https://mdonovan2.com

    CrouchingBruin

    (@crouchingbruin)

    I’m using Chrome Dev Tools to examine your site, and it looks like your child theme’s CSS is working. Although, instead of a font-size of 80%, I see the font-size set to 132% in the CSS file. The text of the main menu items seem to be large, and the spacing also appears to be 0. Was there something specifically that you think should be different?

    Thread Starter duff2481

    (@duff2481)

    Interesting. I was using firefox and brave dev tools and wasn’t seeing the change from 80% to 132 as i was just testing. Seems like it was taking quite some time for those updates to apply. Any reason for this? If applied within the customizer, changes are made almost instantly.

    Appears nothing is wrong with using the Child CSS as i thought, just replication is taking quite long.

    Thread Starter duff2481

    (@duff2481)

    And I fixed it! Didn’t realize that Site Ground had site cache turned on by default so replication was taking longer than normal. Flushed cache and turned off. Changes now appear promptly.

    Site Ground Doc: https://www.siteground.com/tutorials/supercacher/static_cache.htm

    Other forum post that lead me to this: https://ww.wp.xz.cn/support/topic/child-theme-css-not-updating-not-a-chache-issue?replies=3

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

The topic ‘Ignite – Child theme CSS’ is closed to new replies.