Digital experiences for all disciplines
Forum Replies Created
-
-
This reply has been marked as private.
You’re right!.. It is working!.. I was checking a cached version.
Thank You!
Hi Kyle,
Once I have the form in the menu, how do I remove the search icon.I tried this, but didn’t work
.menu-search parent .header-search-link-alt { display: none; } .menu-search.parent .header-search-link-alt .ss-search { display: none; } .header-search-link-alt { display: none; }
Thanks Kyle.
Finally it worked and get rid of the grey background, but I needed to add it to the Custom CSS/JS section. Don’t know why.Just adding your code to my style.css on my child theme wasn’t enough..
(I already had this on my style.css in the child theme).woocommerce ul.products li.product a img, .woocommerce-page ul.products li.product a img {
box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3);
display: block;
height: auto;
margin: 0 0 8px;
transition: all 0.2s ease-in-out 0s;
width: 100%;
}
.woocommerce ul.products li.product-category .product-cat-info {
background: none repeat scroll 0 0 #FFFFFF;
bottom: -35px;
padding: 10px;
position: absolute;
text-align: left;
}
.woocommerce ul.products li.product a:hover img, .woocommerce-page ul.products li.product a:hover img {
box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.4);
}
.woocommerce ul.products li.product-category .product-cat-info .count {
display: none;
}
.woocommerce ul.products li.product-category .product-cat-info:before {
display:none;
border-bottom-color: #FFFFFF;
}Thank you very much for your help!
This reply has been marked as private.Hi Kyle,
Thanks but this doesn’t do what I need,Actually, what I want is to see categories like products. Just the picture and the text below with no decoration at all.
PS
Can this thread be moved to Themes Support -> Dante? (it was my mistake)Hi Kyle… Dante
Thank You Kyle,
Now I have this code[spb_products_mini asset_type=”latest-products” category=”promociones” product_size=”mini” item_count=”3″ width=”1″ el_position=”first last”]
The Mega menu shows perfect the images and the products, but also is adding the category link under the products links.
There is a way to remove the category link under the products?
Thanks
Hi studimag,
I added this in my style.css (child theme) and it works fine.#header .container {
background: url(“/wp-content/uploads/2014/05/image.png”) no-repeat scroll 0 0 rgba(0, 0, 0, 0);background-position:right;
}You just need to replace /wp-content/uploads/2014/05/image.png for your path and your image.
Great.. it’s works perfect!
Thank You!!
This reply has been marked as private.Great!!.. works perfect.
Thank You!!
-
Posted in: Reply To: Submenu under Zoom image