Hello
First I would advise you to use the latest "beta" version on https://canary.silex.me because this will be easier with the new css selector manager
it should always link back to my homepage.
For this one, I would simply put the logo in a container which you can make a link to your home page, do you know how to do that?
When I hover over the logo, I want the text to change to a different word, but the font and style should remain exactly the same.
This is a bit tricky indeed
Solution 1: Add two texts, one normal, one for hover. Give them css classes and hide and show them with CSS on the container :hover
. Do you know how to do this?
Solution 2: use :after
css class, this is a fun use case but i just tried and it doesn't work well, there are a few things i need to fix, i created an issue for myself here 😅