Home Forums Search Search Results for 'css'

Viewing 10 results - 3,041 through 3,050 (of 3,131 total)
  • Author
    Search Results
  • #1682
    This reply has been marked as private.
    #1654

    Yes, if you have only added custom css in the “Theme Options” section and have only used the available tools in “Theme Options” and “Customize” (under “Appearance”), you won’t lose any of your custom settings

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

    #1653
    This reply has been marked as private.
    #1640

    I added these code in JanStudio > Theme Options > General Layout > Custom CSS and saw it work, can you try again.

     

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

    #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

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