New Landing How can we help? Atelier Text replace – please check the screenshot

Viewing 8 posts - 1 through 8 (of 8 total)
  • Posted in: Atelier
  • #328926
    Rachid
    Member
    Post count: 54

    Hello,

    i would love to remove the height of a text in the checkout page, please check the screenshot.

    Thank you

    Rachid

    Attachments:
    You must be logged in to view attached files.
    #329130
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Hi there,

    Please can you provide a link to your site, so that we can check it and provide some accurate CSS?

    Thanks,

    – Ed

    #329148
    Rachid
    Member
    Post count: 54
    This reply has been marked as private.
    #329393
    David Martin – Support
    Moderator
    Post count: 20834

    Hi,

    Do you mean reduce the white Hero title space?

    #329522
    Rachid
    Member
    Post count: 54
    This reply has been marked as private.
    #329532
    David Martin – Support
    Moderator
    Post count: 20834

    Please add this to Theme Options => Custom CSS:

    .review-order-wrap {
        padding-top: 0px;
        border-top: none;
    }
    h3#order_payment_heading {
        margin-top: 0;
    }
    #329769
    Rachid
    Member
    Post count: 54
    This reply has been marked as private.
    #329777
    David Martin – Support
    Moderator
    Post count: 20834

    You can change it with CSS, you’d want to start learning the basics of CSS/Chrome web inspecter to do these changes.

    Here is an example:

    h3#order_payment_heading {
        display: none;
    }
    .review-order-wrap {
        padding: 0px 45px 30px;
        border-top: 1px;
    }
Viewing 8 posts - 1 through 8 (of 8 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