Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #36087
    Anonymous
    Inactive

    Could you add a separator to the Info box? Sometimes it is not enough.

    #36131
    Aya Ali
    Participant

    Hello Alexander,
    Hope you’re doing well today 🙂
    Actually, Premium Add-ons don’t include an Info Box element, so may I ask you to clarify which element do you mean ?
    Thanks
    Aya

    #36357
    Anonymous
    Inactive

    Sorry. I meant icon box.

    #36566
    Aya Ali
    Participant

    Hello Alexander,
    Hope you’re doing well today🙂
    May I ask you to send an example for what you need to have in the Icon Box widget ?
    Thanks
    Aya

    #36567
    Anonymous
    Inactive

    Hi Aya.
    1

    #36572
    Aya Ali
    Participant

    Hello Alexander,
    This can done simply by adding a couple of CSS lines to your page using customizer or from widget’s settings -> Advanced tab -> Custom CSS

    .premium-icon-box-title-container::after
    {
    position: absolute;
    content: "";
    left: 22%;
    width: 58%;
    height: 5px;
    background-color: #ccc;
    }

    You can change the width, height or the color to match your needs.
    Thanks
    Aya

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