Home Forums Search Search Results for 'css'

Viewing 10 results - 2,391 through 2,400 (of 3,138 total)
  • Author
    Search Results
  • #10953

    Hi,

    It is the size of the Retina screen, you can use the CSS code below to adjust it

     
    .retina-logo img { width: 200px; }

    Cheers,
    Foster

    #10947

    Hi,
    I saw you added some custom CSS code to customize this button, So for this case please provide me a temporary admin account, I will adjust for you.

    Cheers,
    Foster

    #10918

    Hi,

    I checked your site and saw the css of plugin YITH WooCommerce Color and Label Variations Premium, it override style of theme and hide add to cart button.

    https://monosnap.com/file/6CrPogmj5mZnzLQF94fsugCin2RU0k#

    Best regards

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

    #10909

    Hi,

    You can add custom css

    .product-countdown .product-image a.db img { width: 100%;}

    and set your product height equal to banner height.

    Best regards

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

    #10894

    Thanks @Harry for the quick answer, it works like a charm but another minor issue appear on front page (see attachment)

    Because all product images were scaled, the image of the “Featured Product with Timer” appear small too. I know that Visual Composer have a “Extra Class Name” field, but Im not proficient with CSS. Could you tell me which custom code can I add in order to rescale only that part to fit well in the front page?

    Thanks very much Harry

    Carlos

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

    Hi Caroline,

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

    .product_title.entry-title {color: #1e73be !important;}

    Best regards

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

    #10885

    Hi Michal,

    I help you fix white space on header

    1,2,3 you can use thi custom css

    .header__top {background-color: #f6f6f8;}

    .header-text { font-family: “Source Sans Pro”; font-size: 15px; color: #000;}

    Please change these to your.

    Best regards

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

    #10881

    In reply to: product full width

    Hi,

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

    .jas-wc-single .jas-full { padding: 0;}
    .jas-wc-single .jas-full .jas-container {width: 100%;}

    Best regards

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

    #10859

    hi,

    You can use custom css code.

    @media only screen and (max-width: 736px) {
    .products ..jas-col-xs-6 {
    flex-basis: 100%;
    max-width: 100%;
    }
    }

    Best regards

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

    #10822

    In reply to: Performance

    Hi,

    I have just checked your site on GTMextrix, the below are some tips which I can help you

    1.Decrease the image size of the product follows this http://take.ms/RiodS . Refer this article https://www.woobeginner.com/woocommerce-product-image-size/

    2. Install Autoptimize plugin to minify CSS, JS and HTML

    3. Install WP Super Cache.

    I hope this helps.

    Cheers,
    Foster

Viewing 10 results - 2,391 through 2,400 (of 3,138 total)