Site logo

Archived topic

Background for columns?

1 reply · Started by Rocky on November 4, 2018

Viewing posts 1–2 of 2

Hi there,

You could try wrapping your column content in a block link:

<a href="#your-link" class="column-block-link">
    Your column content.
</a>

Then try this:

a.column-block-link {
    display: block;
    background: #555;
}

The WP editor might have an issue with adding links around divs though. It may be worth checking out Gutenberg and using an HTML block.

This archived topic is closed to new replies.