Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #934486

    I am using custom font declarations and the following css works fine in Quick CSS, but not in style.css in the child theme:

    h1, h2, h3, h4, h5 {
    font-family: ‘Hardwood LP Std’;
    }

    .av-main-nav > li > a {
    font-size: 24px !important;
    }

    #top .menu-item-search-dropdown > a {
    font-size: 30px;
    }

    Why is this? I would rather keep all my css centralized in one place to make it easier to find and edit when necessary, but the styles simply don’t render if I place it in style.css.

    #934491

    Never mind! My cloud host has a static cache which evidently is enabled by default.
    When I flush this cache everything works as expected.

    #934553

    Hi,

    I’m glad you got this resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘css works in Quick css, but not in style.css?’ is closed to new replies.