How to fix flashing link background color in menu

Posted in: Newspaper
Post count: 174

A cosmetic but annoying thing, in the main menu, when the page loads, for a second it flashes the default link a {color: #4db2ec} as the menu link background. How do I prevent this/override this without changing core files?

Post count: 20688

Hi,

That would be how CSS loads, transitioning through all values until the last one. This transition may be visible when the loading speed is slower. Also it may be different depending by browser used.
So in this case the default color will apply then the other following colors.
Without removing the default colors in the stylesheet there would be no way to skip them.

If you decide to do it, mention which colors you are referring to exactly, what header style.

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.