Home Forums Search Search Results for 'css'

Viewing 10 results - 2,351 through 2,360 (of 3,131 total)
  • Author
    Search Results
  • #11460

    Hi,

    Because the load more function used different layout, it will not show the product title, if you want to hide product title when use Number type, I will make it for you via custom CSS code.

    #11443

    In reply to: Categories

    Hi,

    You can add custom css code to fix

    .archive #wowslider-container12 {max-width: 1280px;}

    Best regards

    Harry
    Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    #11442

    Hi,

    You can hide by add custom css code in JanStudio > Theme Option > General Layout > Custom CSS

    @media only screen and (min-width: 1024px) {
    .jas-push-menu-btn { display: none;}
    }

    Best regards

    Harry
    Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    #11440

    Could you try add custom css .single-product div.product form.cart .quantity input { width: calc(100% – 20px);} I’m not sure with the issue. Because now i don’t have a device run on old iOS 9.3.5 Best regards

    Hi! That didn’t fix it but it isn’t a big deal.

    I’m closing the thread.

    Thanks for the help!

    #11438

    In reply to: Checkout Page

    now titles and the prices on checkout page have disappeared. I just need prices to show and could not get them to be a little bigger with the css you sent.  don’t care about titles showing, but prices need to thx

    #11435

    In reply to: Checkout Page

    I want to Eliminate titles Not show them on the checkout page.  The other thing with Font for price, where am I to put this css

    “..price {font-size: 14px;}” ?  in the template css, it didn’t work.  The 2 dots are supposed to be there right?

    #11433

    In reply to: Checkout Page

    You can show title by change type of product list to grid http://take.ms/nZThC

    And change size of product title and product price by add custom css

    .product-title {font-size: 16px;}
    .price {font-size: 14px;}

    Change 16 and 14 as you want

    Best regards

    Harry
    Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    #11363

    Hey guys

    We used it initially, but the variation swatch is a bit too limiting for us; we use the Visual Attributes plugin that you guys disabled (please don’t disable it again, haha)… as we’ve built the whole site around it.

    Our site is a platform used by MANY optometrists and we’ve edited it too much with CSS to simply update the theme now, so we’ll update it over the December holidays when nobody is using it.

    We simply want the additional variation images to work…is there now way for it to simply work?

    #11349

    In reply to: Customizing shop

    Hi,

    I saw you edited css in theme. We recommend add custom code in child theme for css please add in Dashboard > Claue > Theme Option > General Layout > Custom CSS

    If you want hide description and additional information you can add custom css

    .woocommerce-tabs { display: none;}

    Best regards

    Harry
    Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    #11343

    Hi,

    You can display categories menu on left sidebar by:

    1. Go to Claue > Theme Option > WooCommerce > Product Listing Settings > Layout > Select layout with left sidebar + Choose WooCommerce Sidebar http://take.ms/YNZjF

    2. Go to Appearance > Widgets > Select WooCommerce Product Categories and add to WooCommerce Sidebar http://take.ms/5CniR

    3. The filter is default of WooCommerce you can’t edit this. If you want to hide this you can add custom css

    .result-count-order .woocommerce-ordering {display: none;}

    Best regards

    Harry
    Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

Viewing 10 results - 2,351 through 2,360 (of 3,131 total)