Site logo

Archived topic

Link covers to other pages

5 replies · Started by Sergej on October 21, 2021

Viewing posts 1–6 of 6

Hi!
i want to link covers to my other pages.
i have the premium gp theme. how can i link that covers, which are nested in columns?

Hi there,

you would need to select the Text block inside the cover and manually add the link to each of those pages.

Yes i did. But it only links the text. I want the whole box to be linked, not just the text inside it.

Try adding this CSS:

.wp-block-cover a:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;    
}

you're the best david! that solved my problem! :)

Glad to hear that!

This archived topic is closed to new replies.