Home Forums Search Search Results for 'css'

Viewing 10 results - 911 through 920 (of 3,138 total)
  • Author
    Search Results
  • #31233

    Hi,

    Please add below code to JanStudio > Theme Option > General Layout > Custom CSS

    @media only screen and (min-width: 1025px) {
    .jas-sc-instagram .slick-slide img {
    	max-width: inherit;
    	height: 300px;
    	width: auto;
    }}

    Please use app this app to crop your image https://www.iresizer.com/iresizer-how-to-resize-image-for-instagram.html

    Kind regards

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

    #31232

    In reply to: disable quick view

    Hi Conver,

    Please add below code to JanStudio > Theme Option > General Layout > Custom CSS

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

    Kind regards

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

    #31201

    Hi Errihamza,

    1. Thank you for rating. You just need to check in full width and save don’t need add css for banner.

    2. To change color of button, please add below code to JanStudio > Theme Option > General Layout > Custom CSS

    .metaslider .flexslider .flex-direction-nav li a.flex-prev, 
    .metaslider .flexslider .flex-direction-nav li a.flex-next {
    	background: #b59677;
    }

    and change #b59677 with your color.

    Regards

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

    #31198
    errihamza
    Support Expired

    Hi Harry

    i use this code (.banner: 100%)on css and it’s work

    thank you so much

    Have a good day

    (good night ) lol

    #31189

    Hi Daniel,

    Please add below code to Claue > Theme Option > General Layout > Custom CSS

    @media only screen and (max-width: 736px) {
    .single-product-thumbnail.left .p-nav, .single-product-thumbnail.right .p-nav {
    	display: none;
    }}

    Kind regards

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

    #31136

    Hi Katy,

    Please add below code to JanStudio > Theme Option > General Layout > Custom CSS

    .jas-portfolio-single .portfolio-meta [class*="jas-col-"]:nth-child(2) {
    	display: none;
    }
    .jas-portfolio-single .portfolio-meta [class*="jas-col-"] {
    	flex-basis: 50%;
    max-width: 50%;
    }

    Btw, your support expired. Could you please renew your support at https://themeforest.net/item/gecko-powerful-ajax-woocommerce-theme/15863658 that will help us continue develop our theme.

    Thanks

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

    #31132
    bestfitbybrazil
    Participant

    on mobile menu bar shows icons on right side.  but on scroll with sticky they disappear.  only thing showing is “1” which is how many items in cart, but no cart icon.  How to show the icons after scroll on mobile and desktop

    Before Scroll on Mobile:

    After Scroll on Mobile:

    #31119

    Hi Rahim,

    Please add below code to claue-child > functions.php to line 15

    wp_enqueue_script( 'custom-script', get_stylesheet_directory_uri() . '/custom.js', array( 'jquery' ) );

    to

    function jas_claue_enqueue_script() {
    	wp_enqueue_style( 'jas-claue-parent-style', get_template_directory_uri() . '/style.css' );
    	wp_enqueue_script( 'custom-script', get_stylesheet_directory_uri() . '/custom.js', array( 'jquery' ) );
    }
    add_action( 'wp_enqueue_scripts', 'jas_claue_enqueue_script' );

    and create file custom.js in claue-child and put your script code in this file.

    Kind regards

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

    #31114

    In reply to: Header height

    Hi,

    please add below code to Claue > Theme Option > General Layout > Custom CSS

    .header__top {
    	padding: 5px 15px;
    }

    and change 5px with your number

    Kind regards

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

    #31096

    Hi Green,

    Thank you for choose our theme.

    Please add below code to JanStudio > Theme Option > General Layout > Custom CSS

    .jas-row.jas-page > div {margin-top:0;}

    Kind regards

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

Viewing 10 results - 911 through 920 (of 3,138 total)