New Landing How can we help? Cardinal Remove items from product detail page

Viewing 11 posts - 1 through 11 (of 11 total)
  • Posted in: Cardinal
  • #117632
    jonas
    Member
    Post count: 92

    Hi Swift Team,

    i previously was using Neighbourhood and following custom css to remove certain items on the product details page:

    .widget_categories ul > li a:before,
    .widget_archive ul > li a:before,
    .widget_product_navigation ul > li a:before,
    .widget_meta ul > li a:before,
    .widget_recent_entries ul > li a:before,
    .widget_product_categories ul > li a:before {
    display: none;
    }

    Somehow the code is not working anymore with Cardinal.
    Can you provide me the proper code to hide above items?

    By the way, i guess it would be a good idea to make a list of all custom CSS code…

    Jonas

    #117654
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Please could you provide me with your link and let me know what you are trying to remove

    – Kyle

    #117867
    jonas
    Member
    Post count: 92
    This reply has been marked as private.
    #117882
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Please add this to your custom css:

    .summary-top .review-summary, .summary-top .product-navigation, #product-accordion, .summary .product_meta, .article-share.product-share.sharer-0, .single-product .product-carousel {
      display: none;
    }

    – Kyle

    #117926
    jonas
    Member
    Post count: 92

    This worked just great!

    Only one thing is missing 😉
    The horizontal line between the price and the description. Is there an easy way to hide it?

    Any idea on removing the white bar from the product overlay?

    Jonas

    #117928
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Add this:

    .summary-top {
      border-bottom: none;
    }
    .shop-actions {
      display: none;
    }

    – Kyle

    #117945
    jonas
    Member
    Post count: 92

    That again worked great!
    Sorry to bother but this is the last thing ;-)Promise!
    There is somehow the price displayed two times… is there a way to hide the smaller one?

    Jonas

    #117946
    jonas
    Member
    Post count: 92

    and decrease the space between to top price and the text?

    #117954
    Kyle – SUPPORT
    Moderator
    Post count: 35880
    div.price:not(.summary-top) .amount {
      display: none;
    }
    .summary-top {
      margin-bottom: 30px;
      padding-bottom: 0;
    }

    – Kyle

    #117968
    jonas
    Member
    Post count: 92

    Great! Solved!

    Thanks!

    Jonas

    #117971
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    No problem

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