Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1351716

    Hi there! I’ve got a weird issue going on. When editing the CSS on my staging site, it doesn’t update on refresh. When I edit on the live site, it does. I have CSS compression disabled on both. Any thoughts?

    #1351735

    Hey BlackThundarr,

    Where can we see and reproduce the problem you are having?

    Best regards,
    Rikard

    #1352086
    This reply has been marked as private.
    #1352101

    Hi,

    The widget title on your staging site is taking its colour from this CSS:

    h3 {
        font-size: 1.5em;
        line-height: 1.1em;
        margin-bottom: 8px;
        font-weight: 300 !important;
        color: #5C9EA6 !important;
        text-transform: none;
        line-height: 1.15em;
        padding-top: 10px;
    }

    It’s added in the file in private. If you use !important, then that will override regular CSS declarations.

    Best regards,
    Rikard

    #1352342

    I’ve been testing using !important, making the exact same small changes on both staging and live and they aren’t taking effect on staging, no matter what. it’s like the stylesheet just isn’t updating. The .widgettitle rule on Live, for example, works as expected.

    I’m thinking it’s a weird serverside issue, so I’m gonna contact my host. Thank you for taking a look, though!

    #1352346

    Hi,

    Thanks for the update. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.