Randomise logo variant when page loads?

I’ve got eight subtle variants of a typographic wordmark/logo – is it possible to randomise (or cycle through) which one displays each time the page loads or refreshes? Thanks

hey,

with custom code this would be possible but requieres some knowledge.

in general the coding approach would be something like this:
create a custom code widget for the logo. set up a html div structure as placeholder for the logo image. then with javascript put in the logofile inside the img tag of your custom widget code.
Then you could add a random generator with javascript to choose out of different logofilelinks.

Thank you for your reply :slight_smile: - I’ve found a work around now so not needing to dive into the code!