New Landing How can we help? Themeforest Theme Support Uplift Expanding Row with text & image (before expanding)

Viewing 7 posts - 1 through 7 (of 7 total)
  • Posted in: Uplift
  • #285576
    tiago
    Member
    Post count: 58

    Hi,

    I’m wondering if it is possible to have an expanding row that shows text (like read more) with a background image before expanding.

    #285665
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Yes there is expanding rows, but not sure what you mean about the bg image?

    – Kyle

    #285671
    tiago
    Member
    Post count: 58

    Hi, thanks for taking time to reply.

    Currently, before expanding a row, all that is visible is a text link on the body background colour.
    I’m was wondering if I could have an image on the background of the collapsed row, with a text link on top.

    Something to this effect:

    Collapse-O-Matic > Line of Trigger Images

    #285673
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Add this to your custom css:

    .spb-row-expand-text.container {
      background-image: url("");
    }

    – Kyle

    #285711
    tiago
    Member
    Post count: 58

    Thanks a lot Kyle!

    Not exactly what I was looking for but I’ve managed to dig out the rest from that tip.

    In the end the css looked like this:

    #rowID a, .ui-widget-content {
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    line-height: 110%;
    width: 250px;
    margin-top: 110px;
    margin-bottom: 110px;
    padding: 10px 10px 10px 10px;
    border: 2px #ffffff solid;
    }
    #rowID a:hover, .ui-widget-content {
    color: #203664;
    font-size: 18px;
    font-weight: 600;
    line-height: 110%;
    width: 250px;
    margin-top: 110px;
    margin-bottom: 110px;
    padding: 10px 10px 10px 10px;
    border: 2px #203664 solid;
    }
    #rowID.dynamic-header-change {
    height: auto;
    background-image: url(“”);
    }

    Thanks again!

    #285716
    tiago
    Member
    Post count: 58

    p.s. I din’t really explain myself well, sorry about that. I wanted the background image to fill the whole width of the collapsed row, not just the link container, but thanks anyway. As I said, it helped me figure out the rest.

    #285717
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Ok great! No problem

    – Kyle

Viewing 7 posts - 1 through 7 (of 7 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register