Site logo

Archived topic

Feature Box

3 replies · Started by John on July 8, 2019

Viewing posts 1–4 of 4

Hi there,

Nothing built-in for something like this as it's not needed for the majority of our users and everyone would want different styles.

You would generally find these features in a page builder if you are using one.

If not it can be done with some HTML:

<div class="featured-box">
    featured box content here
</div>

and CSS:

.featured-box {
    box-shadow: 0 0 5px 0 #7e9dff;
    border: 6px solid #6085ff;
}

Thanks for the code but tough to organize image/text/button because I'have huge posts.

Could you please suggest any plugin?

I'm not familiar with any plugins that do this unfortunately.

I do see a few results when googling "feature box wordpress plugin".

This archived topic is closed to new replies.