Home Forums Search Search Results for 'css'

Viewing 10 results - 2,461 through 2,470 (of 3,131 total)
  • Author
    Search Results
  • #9870
    [Resolved]

    Topic: Addon custom CSS

    in forum Claue
    stephane
    Participant

    Hi,

    I’d like to know how to add a straight line like this : see screenshot please

    Thanks for your help

     

     

    Attachments:
    You must be logged in to view attached files.
    #9861

    In reply to: Footer & font size

    Hi Stephane,

    Thank you for rating.

    1. You can change footer font-size and change subscribe form to square by add custom css

    #jas-footer {
    font-size: 13px;
    }
    .signup-newsletter-form,
    .signup-newsletter-form input.submit-btn {
    border-radius: 0;
    }

    2. You can add line on top header by add custom css

    header {
    border-top: 3px solid #222;
    }

    Best regards

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

    #9848

    Hi,

    1. You can add custom css code

    .term-description p {
    margin: 15px auto;
    max-width: 1280px;
    text-align: center;
    width: 100%;
    }

    2. On the woocommerce category page it doesn’t support display any content in footer with page builder.

    Best regards

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

    #9833

    In reply to: SRCSET TAG

    Hi,

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

    @media only screen and (min-width: 1280px) {
    .product-image.pr {
    height: 269px;
    overflow: hidden ;
    }
    }

    Best regards

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

    #9815

    In reply to: Traductor theme

    If you override only CSS you can copy these code to Claue-child > Style.css

    Kind regards

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

    #9814

    In reply to: Traductor theme

    CSS.

    #9809

    In reply to: Traductor theme

    You only install child theme (attached in package you downloaded from ThemeForest) via Appearance > Themes > Add New

    Which code you override core theme? both PHP and CSS or only CSS?

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

    #9795

    Hi,

    You can add custom css code in Claue > Theme Option > General Layout > Custom CSS to hide this

    .single-product .woocommerce-message { display: none;}

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

    #9784

    Hi,

    You can inspect element of chrome, firefox to know page ID http://take.ms/20tdW

    so the css for specific page is

    .page-id-4082 #jas-header, .page-id-4082 #jas-footer { display: none;}

    Best regards

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

    #9727

    In reply to: Multiple Questions

    Hi,

    1. When you config in WooCommerce > Settings > Product > Display > Images you can uncheck “Hard crop” so your image will keep original ratio.

    2. You check hard crop in catalog images and uncheck in Single product image

    3. I checked your site but don’t see this issue. I saw your image in quick view so heavy (2.2MB normally it about 300-400kb) , you can optimize your image before upload https://tinypng.com/ that will help you save your hosting band width and site speed. Only give your buyer original images with high quality.

    4. The height of quick view auto fit with the image on left the content will be scroll, if you make the height of quick view follow the content it will has a white space below the image this not good

    5. I think 8/4 is better you can add custom css in JanStudio > Theme Option > General Layout > Custom CSS

    @media only screen and (min-width: 1280px) {
    .jas-col-md-7.jas-col-sm-7 {
    flex-basis: 66.666%;
    max-width: 66.666%;
    }

    .jas-col-md-5.jas-col-sm-5 {
    flex-basis: 33.333%;
    max-width: 33.333%;
    }
    }

    6. Could you take a screen shot, it will clear for us

    7. You can add custom css

    .jas-breadcrumb { display: none;}

    8. You can follow our document at http://janstudio.net/gecko/document/#page-title and http://janstudio.net/gecko/document/#category-header-background

    9. You follow 7, 8 to do

    10. You can exclude sub categories in Theme Option > WooCommerce > Product Listing Setting > Exclude Subcategories > On

    11. Sorry the filter by categories doesn’t support this

    12.a you can use a plugin https://wordpress.org/plugins/woo-custom-related-products/
    12.b you can try this plugin https://yithemes.com/docs-plugins/yith-woocommerce-badge-management/02-settings.html

    Best regards

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

Viewing 10 results - 2,461 through 2,470 (of 3,131 total)