Home Forums Search Search Results for 'css'

Viewing 10 results - 3,041 through 3,050 (of 3,127 total)
  • Author
    Search Results
  • #1636

    Hi,

    1/ You can add custom css code to hide “Additional Information” tab

    .additional_information_tab, #tab-additional_information { display: none;}

    2/ You can reorder tab by follow this article https://gist.github.com/jameskoster/5133532 but we recommend you do this on functions.php in gecko-child

    Best regards

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

    #1630

    In reply to: Checkout Screen Layout

    Hi,

    This bug come from plugin

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

    table { table-layout: inherit;}
    
    h3#ship-to-multiple {padding-left: 15px; width: 100%; }
    
    .clear { clear: both;}
    .ship_address, .no_shipping_address {width: 90%}

    Regards

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

    #1618

    In reply to: Change Products

    hi Rmeier,

    Thank you for purchase and using our theme.

    Sorry for late reply.

    As i understand, your site selling photos with sizes are (10 x 15, 50 x 75,..) and user need purchase before can download.

    First you need follow this tutorial to sell downloadable product https://docs.woocommerce.com/document/digitaldownloadable-product-handling/

    Your products have different size so have different price.

    1. I saw you created product size attributes (10 x 15, 20 x 30, 50 x 75),

    – When you create new product you need set this product as “variable product” https://monosnap.com/file/SSlTPtnEbzococfinkZS7fkbbmgIEr#

    – You need set price for separate variation https://monosnap.com/file/JtOCdeTa1jfV4pOEt9e8NCwdnqgPJR#

    – You check your product as Downloadable and add file https://monosnap.com/file/3BhlmwegM6V74bFY7abtVLnM6a3GjT#

    2. You can use plugin to disable right click  https://wordpress.org/plugins/disable-right-click/ so user can’t save your image

    3. If you want change product listing layout you need hire someone help you customize code

    4. You can remove social share by add custom css code in JanStudio > Theme OPtion > General Layout > Custom CSS

    .entry-summary .social-share { display: none;}

    5. You can edit picture number by of SKU by use plugin https://wordpress.org/plugins/woocommerce-product-sku-generator/

    6. You can hide additional information tab by follow screen shot https://monosnap.com/file/SSlTPtnEbzococfinkZS7fkbbmgIEr#

    7. You can remove “Composition & Care” by remove content in custom tab https://monosnap.com/file/tlGEwUXsmoytKqdlBflT0SliO5EXtu#

    Best regards

     

     

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

    #1615

    In reply to: Page title image

    You can add custom css code

    @media only screen and (max-width: 736px) {

    .page-head {padding: 125px 0;}

    }

    and change 125px to fit with mobile screen.

    Best regards

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

    #1574

    Hi

    you can add custom css in JanStudio > Theme Options > General Layout > Custom Css

    .jas-social .google-plus, .jas-social .pinterest, .jas-social .tumblr {display: none;}

    best regards

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

    #1565

    In reply to: Page title image

    1.Hi you can change height of  page title by add custom css in JanStudio > Theme Options > General Layout > Custom CSS

    .page-head {padding: 125px 0;}

    you can reduce 125 to your number

    2. You can remove breadcrumb by add custom css

    .jas-breadcumb { display: none;}

    best regards

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

    #1556

    In reply to: Lightbox Setting

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

    div.pp_pic_holder { left: 50% !important;  transform: translateX(-50%); max-width: 95% !important; }

    Best regards,

    • This reply was modified 7 years, 2 months ago by Harry.

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

    #1543

    In reply to: Shop Category

    Hi, sorry for late reply.

    1. Don’t have option to edit pictures size, You should crop image have same size before upload.

    2. You can edit color of title by add custom css in JanStudio > Theme Option > General Layout > Custom CSS

    .woocommerce .product-category h3, .product-category h3 { color: #4d59595;} and change

    .product-category h3:before { color: #999;}

     

    You can change “#4d5959” and “#999” with your color

     

    Best regards

     

     

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

    #1522

    Hello,

    Thank you for purchase and your rating.

    You can disable “quick view” on product listing by add custom css in JanStudio > Theme Option > General Layout > Custom CSS

    .product-button .btn-quickview {display: none;}

    Best regards

     

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

    #1515

    You need upload image have same dimension or add custom css in JanStudio > Theme Option > General Layout > Custom CSS

    .swatch li span { width: 24px;}

    Best regards,

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

Viewing 10 results - 3,041 through 3,050 (of 3,127 total)