Home Forums Search Search Results for 'css'

Viewing 10 results - 1,771 through 1,780 (of 3,138 total)
  • Author
    Search Results
  • #19203

    Hi,

    Please reply on topic so we can easy to track your issue.

    1. The issue with slider on categories cause by css in new version of our theme. I override this to fix.

    2. I checked your site and click on quick view button and see it work.

    3. This not related to our theme so we can’t fix.

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

    #19157

    Hi,

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

    .checkout.woocommerce-checkout {width: 100%;}

    Best regards

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

    #19141

    Hi Karen,

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

    @media only screen and (max-width: 736px) {
    .jas-action > * {
    	padding: 0 2px;
    }
    .sf-open.cb.chp.hidden-xs {
    	display: block !important;
    }
    }

    Best regards

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

    #19140

    Hi Karen,

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

    @media only screen and (max-width: 736px) {
    .jas-push-menu-btn::after {
    	font-size: 12px;
    }
    .jas-push-menu-btn {width: 23px;}
    .jas-socials a, .header-text, .header__top .jas-action a {
    	line-height: 1.3;
    }
    }

    Best regards

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

    #19111

    Hi Krille,

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

    .header-text.mr__15 {
    	-webkit-box-pack: end;
    	justify-content: flex-end;
    	text-align: end;
    	display: flex;
    }
    
    .wcml-dropdown {width: 6.5em !important;}
    .wpml-ls-legacy-list-horizontal {padding: 0 !important;}

    Best regards

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

    #19109

    Hi,

    1.  No I don’t want to hide the ratings, I want to show them on both Product Listing and Product Detail.  Currently, they appear on Product Listing but not on Product Detail.  How can I show them on Product Detail as well?
    2. I’ve tried that plugin but it over writes the CSS your theme uses for the button and it doesn’t look good.  It removes the cart icon in the button.   It looks like class button product_type_external pr-br mb_10 is replaced with button product_type_external.

    Thanks

     

     

    #19093

    In reply to: Claue width

    Hi,

    We decide not to make front page 100% width, so what we did is to remove the codes you provide into the claue theme css option and save. We clear the cache, but still it behaves like the codes is in their. What are we missing?

    #19086

    Hi,

    Please change footer background color in JanStudio > Theme Option > Footer
    and change footer text color in JanStudio > Theme Option > Color Scheme

    Please add below code to change background footer on mobile and text color in JanStudio > Theme Option > General Layout > Custom CSS

    #jas-footer::before {display: none;}
    #jas-footer, .footer__top a, .footer__bot a {color: #fff;}
    #jas-footer a:hover {color: #515151 !important;}
    
    @media only screen and (max-width: 736px) {
    #jas-footer {background: #000;}
    #jas-footer, .footer__top a, .footer__bot a {color: #fff;}
    #jas-footer a:hover {color: #515151 !important;}
    }

    And change #000, #fff, #515151 with your color

    Best regards

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

    #19085

    Hi,

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

    h3.product-title a {color: #222; font-size: 14px;}
    h3.product-title a:hover {color: #56cfe1;}
    body {font-family: "PF Bague Sans Pro" !important; font-weight: 500; !important;}

    Best regards

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

    #19051

    Hi,

    1. Please add below code in JanStudio > theme option > general layout > Custom css

    .summary .woocommerce-product-rating {display: none;}

    2. Please create product as external product https://woocommerce.com/videos/woocommerce-external-affiliate-product-overview/

    Best regards

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

Viewing 10 results - 1,771 through 1,780 (of 3,138 total)