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!

Hey, you mind sharing the work around please? I’m looking to do the same but with a background image.

1 Like

Hey @domrugman, any chance you can explain me how you did it? I am very very limited in my coding capabilities. I’d be extremely grateful.