New Landing How can we help? Themeforest Theme Support Dante Triangle as extra class

Viewing 15 posts - 1 through 15 (of 23 total)
  • Posted in: Dante
  • #110591
    consult-one
    Member
    Post count: 78

    Hi there,

    it seems as this defines the triangle under a colored full width text.

    .alt-three.full-width-text:after {
        border-top-color: #252525;
    }"

    Is it possible to make this appear under a row too?

    Thanks.

    #110592
    consult-one
    Member
    Post count: 78

    I’m talking about that:

    Attachments:
    You must be logged in to view attached files.
    #110674
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Yes, if you could please provide me with a link I will see what I can do

    – Kyle

    #110692
    consult-one
    Member
    Post count: 78
    This reply has been marked as private.
    #110697
    Kyle – SUPPORT
    Moderator
    Post count: 35880
    .spb-row-container:after {
      border-left: 30px solid transparent;
      border-right: 30px solid transparent;
      border-top: 25px solid transparent;
      bottom: -25px;
      content: "";
      height: 0;
      left: 50%;
      margin-left: -30px;
      position: absolute;
      width: 0;
    }

    Then for the color/image or the arrow you will have to use an extra class:

    .extra-class:after {
      border-top-color: #111111;
    }

    – Kyle

    #110966
    consult-one
    Member
    Post count: 78

    Where do i have to put these codes? Both codes in custom.css and “extra-class:after” as extra class in the row?

    #111038
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Add both of the codes to Theme Options > Custom CSS

    Then in your Row asset go to the extra class field at the bottom and add the extra class name

    – Kyle

    #111212
    consult-one
    Member
    Post count: 78

    I put both in the Custom CSS an added “extra-class:after” or “extra-class:after spb-row-container:after” in the extra class field but it wont work

    #111215
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Nooo, all you need to add in the extra class field is the name of your extra class

    For e.g., lets same the name of your extra class was called row-arrow-one, you would add that to your extra class field. Then in your Theme Options > Custom CSS you would add:

    .row-arrow-one:after {
      border-top-color: #111111;
    }

    – Kyle

    #111224
    consult-one
    Member
    Post count: 78

    I tried that too without the “:after”, but it’s still not showing the triangle under the row

    #111226
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Add this to your custom css:

    .row-arrow-one {
      overflow: visible;
    }

    – Kyle

    #111231
    consult-one
    Member
    Post count: 78

    Now it works fine, thanks

    #111234
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Great 🙂

    – Kyle

    #111238
    consult-one
    Member
    Post count: 78

    Oh, one more thing. The class somehow creates a big gap underneath

    #111239
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    You’ve got a blank spacer set to 2000px?

    – Kyle

Viewing 15 posts - 1 through 15 (of 23 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