Home Forums Search Search Results for 'css'

Viewing 10 results - 2,421 through 2,430 (of 3,131 total)
  • Author
    Search Results
  • #10363

    Hi,

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

    .product-image .product-attr p {
    color: #fff;
    font-size: 14px;
    }

    and chane #fff with your color and change 14 to your font size

    2. It now only support add border for div wrap all attribute, not for single attribute

     

    Best regards

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

    #10344

    Is there no other solution?

    When I add this custom css code the photos starts to appear with white borders. It’s not aesthetically good 🙁

    #10335

    Hi,

    1. You can add custom css in JanStudio > Theme Options > General Layout > Custom CSS

    h1.product_title.entry-title { font-size: 20px; font-weight: bold;}

    And change 20 with your number

    2. I checked your site on my phone iphone 6 and 7+ on iOS 10.3.3 it still work well. could you tell me which device you have this issue?

    Best regards

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

    #10333

    Hi,

    1. You mean when you click on the product size, the image didn’t change?
    2. Which IE version do you using? Our theme supports IE 11+ only
    3. Please use this custom CSS code (add it into Claue Theme Options) https://pastebin.com/ySLVCXA3
    4. Some strings from the plugin, You need to translate it in the plugin. Could you please provide me all words which you can’t translate, I will give you a guide.

    Best regards,
    Foster

    #10313

    In reply to: RTL issues

    This reply has been marked as private.

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

    #10291

    In reply to: grid with filter

    Hi,

    I put 3 attachment to show you that it is ok. 1) I apply the themeforest-1586…zip 2)I go in gecko_main_files 3)Go in gecko-child 4) In the folder that has: funtions.php, screenshot.png and style.css I should have a create to “woocomerce and loop” folder and then copy “loop-start.php” file into this folder. Is it ok? thanks

    #10290

    In reply to: Size Guide Image

    Hi,

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

    .single-product img.mfp-img { max-height: inherit !important;}

    Best regards

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

    #10287

    In reply to: Icons turn to Squares

    Hi,

    Sorry i check again and saw the plugin combine css file and and save to another folder so the path to font file wrong. Could you tell me which plugin you are using to combine css. We recommend disable this plugin and use plugin autoptimize https://wordpress.org/plugins/autoptimize/ to minify css and https://wordpress.org/plugins/wp-super-cache/ to push your site speed

    Now, I upload font files to upload folder to temporary fix issue with font icon on your site.

    Best regards

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

    #10258

    In reply to: product no title

    Hi,

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

    .jas-wc-single {
    padding-top: 100px;
    }

    Best regards

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

    #10245

    In reply to: sale, hot or new tag

    Hi,

    1. The new badge display when you publish product. You can edit number day display this badge when you edit this product and scroll down to Product Detail Layout Option > New Arrival Product

    2. The sale badge display when you set sale price for product.

    3. Our theme doesn’t support Hot badge

    4. You can change background color for badge by add custom css or wait for next update version

    .badge span.new {
    background: #56cfe1;
    }
    .badge span.sale {
    background: #fe9931;
    }

    change #56cfe1 and #fe9931 with your color

    Best regards

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

Viewing 10 results - 2,421 through 2,430 (of 3,131 total)