[Support request] Feature Box

Home Forums Support [Support request] Feature Box

Home Forums Support Feature Box

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #952311
    John

    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

    #952347
    Leo
    Staff
    Customer Support

    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;
    }
    #955145
    John

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

    Could you please suggest any plugin?

    #955150
    Leo
    Staff
    Customer Support

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

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

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.