New Landing How can we help? Atelier cannot get rid of border in sldier page with add to cart short code

Viewing 8 posts - 1 through 8 (of 8 total)
  • Posted in: Atelier
  • #208839
    alibey
    Member
    Post count: 179

    adding a short code to a Swift Slide result in an ugly interface that needs major fixing
    i added this css to prettify

    /* start of caption code under swift slider */

    .caption-excerpt pre {

    display: flex;
    flex-direction: column;
    background: black;

    overflow-y:hidden;
    overflow-x:hidden;

    margin: auto;
    width: 90%;

    }

    .add_to_cart_inline {

    display: flex;
    flex-direction: column;
    background: black;
    border: 0 !important;
    margin: auto;
    width: 90%;

    }

    .post-14915 del .amount {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 135%;

    }

    .post-14915 ins .amount {

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: red;
    font-size: 165% !important;
    background-color: black !important;
    }

    .post-14915 .sf-icon-add-to-cart {

    font-size: 200%;
    }

    .post-14915 .wp-caption-text {

    font-size: 70% !important;
    }

    /* end of caption code */

    however, i cannot get rid of the faint greyish rectangle that surrounds the sale price

    you can see this here
    https://needlepoint.land/index.php/clearance-2/

    id test
    pwd urmyrombios

    on a related track, how do i write a css selection statement for this atelier class statement:

    class: “brush: php; gutter: false”

    css chokes on this, and i would be very interested in learning how to select this class correctly.

    much appreciated

    cheers

    ali

    #208879
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-

    .caption-content .tooltip{
    display:none !important;
    }

    Thanks
    Mohammad

    #208891
    alibey
    Member
    Post count: 179

    hi Mohammad,

    this css does not quite actually solve the problem, but it gave me the idea to attack the problem form the tooltip angle. will work on it and let you know how it goes.

    thx

    ali

    #208901
    alibey
    Member
    Post count: 179

    im not wasting any more time on this. there is some mysterious border overlay going on that cannot be identified, which perplexed me as I did not realize there were design elements or effects not available to the end user to change. maybe this is some php thing 😉

    anyway i covered up the problem with a cosmetic hack

    .post-14915 ins .amount {

    background-color: black !important;
    border-style: solid !important;
    border-width: 2px !important;
    border-color: #191919 !important;

    }

    #208909
    alibey
    Member
    Post count: 179

    closing this out

    #208919
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Its ok.
    Mohammad

    #209262
    alibey
    Member
    Post count: 179

    fixed.

    #209264
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    I am glad that your issue resolved.
    Mohammad

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 the following item
Login and Registration Log in · Register