I created a message bar at the top of my header. How do I make the entire message bar clickable and send them to another page when they click on it?
Hello Marshae,
Thanks for writing in!
Your element structure should be like this:
In your DIV element, change the HTML tag to <a>
and then add your link in the Link Options:
If needed, you can position the DIV element as Absolute
so that it can occupy the whole Container or Bar element depending on your Bar element maximum width settings.
Hope this makes sense.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.