Global CSS not Updating in Real Time

Hello,

Up until recently, I have been able to make changes in the Global CSS and see them live update in the right pane that shows my website.

How can I fix my website so that I can see the changes happening in real time and not requiring page reloads.

Thanks,

Micah

Upon playing more, I can see that Text Size changes are updated in real time but other changes like Colors are not updated in real time.

Micah

Hello Micah,

Can you give us example of some custom CSS you are adding where you are not seeing real time results.
I did check. See sample on this screencast: https://screencast-o-matic.com/watch/cFiZh6FdP1. I have also check on my local install and I can see the results on the preview as I change it.

Here is an example of Global CSS not updating in live preview.

We have tested in Edge & Chrome browsers.

Micah

Hi Micah,

I have carefully look into the issue and it turns out that it does not update in real time because you are using a different selector. Please update your code and use this instead:

.x-colophon .widget.widget_rss li .rsswidget {
    padding: 1.2em;
    font-size: 65%;
}

If you need anything else we can help you with, please let us know.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.