Forum Replies Created

Viewing 5 posts - 1 through 5 (of 5 total)
  • in reply to: Woocommerce Product Image Shadow #41223
    juancamilodd
    Member
    Post count: 5

    Hi!

    All gone except the catalog/shop/related products one

    http://ezenciel.com/w/product/haiyan_ourcase/

    Thanks!

    I’m using:

    /* Shadow on Product Images */
    #product-img-slider{
    box-shadow: none !important;
    }
    #product-img-nav li{
    box-shadow: none !important;
    }
    .bag-product figure {
    box-shadow: none;
    }
    .woocommerce div.product div.images img, .woocommerce-page div.product div.images img, .woocommerce #content div.product div.images img, .woocommerce-page #content div.product div.images img {
    box-shadow: none !important;
    }
    #product-img-slider, .woocommerce ul.products li.product figure {
    box-shadow: none;
    }

    in reply to: Slider Start Position Error #41218
    juancamilodd
    Member
    Post count: 5

    Fixed the home (fully restored the orignial CSS), but how can I remove the gap between the revolution slider and the menu on this portfolio page?

    http://ezenciel.com/w/?portfolio=philippines-haiyan

    Idea: Is that area for the Page Title area? (hidden). Can I delete that are or have a workaround?

    Thanks

    in reply to: Slider Start Position Error #41206
    juancamilodd
    Member
    Post count: 5

    Attached the Slider in Home (Page) as part of Header and in the editor where it shows the full 527 pixels

    Thanks

    in reply to: Revolution Slider on Portfolio Items #41074
    juancamilodd
    Member
    Post count: 5

    Can the CSS be modified or something on portfolio item to make it wide?

    in reply to: Woocommerce Product Image Shadow #40474
    juancamilodd
    Member
    Post count: 5

    I want to remove all shadows, but with the following code found here only the thumbnails from the gallery are working.

    http://ezenciel.com/w/product/haiyan_justincase/

    Thanks

    /* Shadow on Product Images */
    #product-img-slider{
    box-shadow: none !important;
    }
    #product-img-nav li{
    box-shadow: none !important;
    }
    .bag-product figure {
    box-shadow: none;
    }
    .woocommerce div.product div.images img, .woocommerce-page div.product div.images img, .woocommerce #content div.product div.images img, .woocommerce-page #content div.product div.images img {
    box-shadow: none !important;
    }

Viewing 5 posts - 1 through 5 (of 5 total)