Archived topic
Feature Box
3 replies · Started by John on July 8, 2019
Hello
Is GP has any Featured Box Like this https://prnt.sc/oc9pcc
Source page - https://thewirecutter.com/reviews/the-best-portable-ac-power-supply-so-far/
Not necessary to be exactly like this style. Similar one or different style is okay.
My goal is, I want to suggest one best product with image, title and button.
That's It.
Thanks
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".