Make an entire cell in a row a clickable link?
I have a row of five SiteEditor cells within a row that I want to be clickable links to separate pages.
How do I do that, if it’s possible?
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
1Hi Toby,
This is tricky. Your best bet would be to add an overlay anchor to the center editor. Please open up this page and open the middle enter. Switch to text view and then add the following link on the first line (before anything else):
Then navigate to WP AdminAppearanceCustom CSS, you’ll get our custom CSS editor. Just add the following code.
.overlay-row { position: absolute; left: 0; right: 0; height: 500px; margin: -50px -1000px 0; padding: 0 1000px; }You might also need to install the SiteOrigin CSS Editor.
Replies on this thread are closed.
Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.