GenerateBlocks: Custom CSS and Code Snippets

Inside the Query Loop > Post Template block you have a Container Block.
Select that Container and in Advanced > Additional CSS add clickable-container
Inside that container select the Headline with the post title and give it a class of has-link

Then add this CSS to your site

.gb-container.clickable-container {
    position: relative;
}
.clickable-container .has-link a:before {
    content: '';
    position: absolute;
    inset: 0;
}

Table of Contents


Sources

Manuel Campos, English Professor

Manuel Campos

I am José Manuel. I am writing about things I know and things that I am learning about WordPress. I hope you find the content of this blog useful.

WP SURFER

home

about

privacy

contact

© 2024 WP SURFER • Made with Love in Costa Rica