Forum Replies Created

Viewing 12 posts - 16 through 27 (of 27 total)
  • Posted in:
  • in reply to: 5 categories per row #78018
    mimawebseo
    Member
    Post count: 33
    This reply has been marked as private.
    in reply to: Search form in menu #77392
    mimawebseo
    Member
    Post count: 33

    You’re right!.. It is working!.. I was checking a cached version.

    Thank You!

    in reply to: Search form in menu #77364
    mimawebseo
    Member
    Post count: 33

    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;
    }
    in reply to: .product-cat-info background color #75871
    mimawebseo
    Member
    Post count: 33

    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!

    in reply to: .product-cat-info background color #75791
    mimawebseo
    Member
    Post count: 33
    This reply has been marked as private.
    in reply to: .product-cat-info background color #75728
    mimawebseo
    Member
    Post count: 33

    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)

    in reply to: .product-cat-info background color #75210
    mimawebseo
    Member
    Post count: 33

    Hi Kyle… Dante

    in reply to: Mega Menu Adding images (catefories) #75085
    mimawebseo
    Member
    Post count: 33

    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

    in reply to: Insert image in header on right #75075
    mimawebseo
    Member
    Post count: 33

    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.

    in reply to: Search form in menu #72543
    mimawebseo
    Member
    Post count: 33

    Great.. it’s works perfect!

    Thank You!!

    in reply to: Search form in menu #72538
    mimawebseo
    Member
    Post count: 33
    This reply has been marked as private.
    in reply to: Submenu under Zoom image #54608
    mimawebseo
    Member
    Post count: 33

    Great!!.. works perfect.

    Thank You!!

Viewing 12 posts - 16 through 27 (of 27 total)