Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].
Hi!
I’m wondering if it’s possible to link a word on my home page for example to a row/widget on a different page? (Or the same page for that matter?)
I saw that I can add a row class but how do I link that class to the word?
Thanks!
/Louise
Hi Louise,
Okay so you can’t link directly to a class but you can link to an id. This is a browser limitation. For more information please refer to this MDN.
Open up the row that you intend to link to by clicking the wrench above the row, and then head on over to the widget styles sidebar and open the attributes group. Input an id you wish to identify this row with and link to. For example, I’ll use: about to link to this row I would use the following HTML:
Same Page:
Different page:
Does this make sense?