Digital experiences for all disciplines
New Landing › How can we help? › Themeforest Theme Support › Neighborhood › remove the shadow under the products thumbnail in check out page / blog page
New Landing › How can we help? › Themeforest Theme Support › Neighborhood › remove the shadow under the products thumbnail in check out page / blog page
- This topic has 29 replies, 3 voices, and was last updated 8 years by Kyle – SUPPORT.
-
Posted in: Neighborhood
-
December 24, 2015 at 8:34 am #237328
Hello,
i need help with this , i need to remove all the shadow under the products thumbnail in check out page / blog page / blog Carousel
Thank you
December 24, 2015 at 8:41 am #237329This reply has been marked as private.December 29, 2015 at 11:13 am #237487Hi,
For your first post:
.recent-post figure, .woocommerce ul.products li.product figure { box-shadow: none!important; }
1) The actual tab display is custom to their site. But to add size to a product you simply need to add a product attributes: https://docs.woothemes.com/document/managing-product-taxonomies/.
2) That is just a version of this page with a bit of customisation on their part: http://neighborhood.swiftideas.com/shop/?sidebar=no-sidebar. Example to get it close to theirs:
.post-type-archive-product .page-heading.asset-bg.alt-one, .woocommerce-count-wrap, form.woocommerce-ordering { display: none; } .woocommerce .products ul, .woocommerce ul.products, .woocommerce-page .products ul, .woocommerce-page ul.products, p.no-items { border-top-color: transparent; }
3) Just for that page? Please test this:
media (min-width: 1200px) { .page-id-10527 .sidebar.span4 { max-width: 25%!important; } }
Thanks.
January 2, 2016 at 8:59 am #237909This reply has been marked as private.January 4, 2016 at 4:36 pm #238208Hi,
1) You can use the Swift Page Builder tabs, you can add the tabs to the product content area.
2) Dashboard => Theme Options => Font Options
3) Please test this instead:
.page-id-10527 .sidebar.span4 { max-width: 25%!important; }
Thanks.
January 4, 2016 at 5:49 pm #238218This reply has been marked as private.January 4, 2016 at 6:43 pm #238227This reply has been marked as private.January 5, 2016 at 6:45 pm #2384710)
.bag-product figure, .woocommerce table.shop_table img, .woocommerce-page table.shop_table img { -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; }
1) You should be able to insert the shortcode yes or in the product description using the Page Builder.
2) The price font is derived from the p tag. Or you can style it with it’s CSS selector:
.woocommerce div.product .summary p.price, .woocommerce-page div.product .summary p.price { /* your styles */ }
3)
Please test this:
h4.spb_heading:before, h4.lined-heading:before { border-top: transparent; }
Thanks.
January 6, 2016 at 10:03 am #238545This reply has been marked as private.January 8, 2016 at 11:58 am #239096Hi,
0) I don’t see this, please add a screenshot.
1) Please use this shortcode:
[spb_tabs width="1/1" el_position="first last"] [spb_tab title="Tab 1" icon="" id=""] [spb_text_block pb_margin_bottom="no" pb_border_bottom="no" width="1/1" el_position="first last"] This is a text block. Click the edit button to change this text. [/spb_text_block] [/spb_tab] [spb_tab title="Tab 2" icon="" id=""] [spb_text_block pb_margin_bottom="no" pb_border_bottom="no" width="1/1" el_position="first last"] This is a text block. Click the edit button to change this text. [/spb_text_block] [/spb_tab] [/spb_tabs]
2)
You add custom CSS to your Theme Options => Custom CSS. To change the price font size, use this and change the font size to your needs:
.woocommerce div.product .summary p.price, .woocommerce-page div.product .summary p.price, ul.products li.product .price, .woocommerce ul.products li.product .price { font-size: 12px; }
3)
Please change to this:
.page-id-10527 .sidebar.span4 { max-width: 270px!important; }
4) The promo bar on the blog page? Please use ths:
body.blog #promo-bar { display: none; }
Thanks.
January 8, 2016 at 7:42 pm #239213This reply has been marked as private.January 9, 2016 at 7:16 am #239251This reply has been marked as private.January 12, 2016 at 1:19 pm #2397592) Please use this:
3) Then it has changed surely? The sidebar widths are the same for me: http://www.sneakavilla.net/sale/ and http://www.sneakavilla.net/shop
If you mean the product list, test this:
@media (min-width: 1200px) { .product_list_widget.products-standard.woocommerce.spb_content_element.span8 { width: 870px!important; } }
4) Please use this:
.widget_product_categories ul.children { border-top: none; }
Thanks.
January 12, 2016 at 6:56 pm #239827This reply has been marked as private.January 14, 2016 at 11:26 am #240361Hi,
2) Please test this:
.woocommerce div.product .summary p.price, .woocommerce-page div.product .summary p.price, ul.products li.product .price, .woocommerce ul.products li.product .price { font-size: 12px; margin-top: -6px; }
3) This should do it, did you test it:
@media (min-width: 1200px) { .product_list_widget.products-standard.woocommerce.spb_content_element.span8 { width: 870px!important; } }
4) That CSS is working here: http://www.sneakavilla.net/shop/ Please clear your cache and re-test?
Thanks.
-
Posted in: Neighborhood
You must be logged in and have valid license to reply to this topic.