Home Forums Search Search Results for 'css'

Viewing 10 results - 2,021 through 2,030 (of 3,138 total)
  • Author
    Search Results
  • #15799

    In reply to: Font Help

    If the font stay in the public html this css code will not effect?

     

    Rahim Vaziri
    CEO & Founder at Look.ir

    #15798

    In reply to: Font Help

    Hi Rahim,

    Please try move fonts to child theme and update path.

    On checkout page please add css

    .product-quantity, .quantity {font-family: 'IRANSans',sans-serif}

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

    #15791

    In reply to: Font Help

    Harry,

    The font is in a folder in public html and it’s called in the style.css in the child theme! ( AceIDE is installed, you can check )

    All parts of the site has this font and there is no problem. Only this numbers have not get the font!

    Rahim Vaziri
    CEO & Founder at Look.ir

    #15787

    In reply to: Font Help

    Hi Rahim,

    How you include font to your site. Did you put font to child theme and call font face in style.css?

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

    #15769

    Hi,

    Please add custom css code in Claue > Theme Option > General Layout > Custom CSS

    @media only screen and (min-width: 1024px) {
    .single-product .woocommerce-message, .single-product .woocommerce-error {
    	margin-left: 350px;
    	width: calc(100% - 350px);
    }
    }

    Best regards

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

    #15757

    In reply to: Change icon

    Hi,

    1. Could you tell us which header layout you’re using?

    2. Please add custom CSS code in JanStudio > Theme Option > General Layout > Custom CSS

    .jas-icon-cart .count { background: red;}

    3. Please follow this topic to translate text in search field and “hot”, “sale” http://support.janstudio.net/forums/topic/theme-translation/

    4. If you want to change badge on menu, please add custom css code in JanStudio > Theme Option > General Layout > Custom CSS

    html[lang="de-DE"] .jas-menu li.hot > a:after {
    	content: 'Hot';
    }
    html[lang="de-DE"] .jas-menu li.sale > a:after {
    	content: 'Sale';
    }
    html[lang="de-DE"] .jas-menu li.new > a:after {
    	content: 'New';
    }

    And change Hot, Sale, New as you want.

    Best regards

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

    #15747

    Hi,

    Yes, you can remove slider only on mobile by add custom css in JanStudio > Theme Option > General Layout > Custom CSS

    @media only screen and (max-width: 736px) {

    .metaslider { display: none;}

    }

    Best regards

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

    #15746

    Hi.

    Please add below code to JanStudio > Theme Option > General Layout > Custom CSS and edit element contain custom background http://take.ms/UpM1D remove space between block on mobile

    @media only screen and (max-width: 736px) {
    .vc_row [class*=”vc_col-“]:not(:last-child) {
    margin-bottom: 0;
    }
    }

    Best regards

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

    #15743

    Thanks, that helped for the single product page.

    There still seems to be the same issue on the shop page, as well as the cart page.

    Also, it needs to have better CSS designed for Header Layout 5 (left-side nav menu).

    Currently on desktop screens, the error message gets blocked by the Header Layout 5 navigation menu sidebar’s background color. So maybe the error message could move to the right and not be full-width, just for that header menu layout on desktop screens.

    Thanks!

    #15739

    Hi,

    Please add custom code in Claue > Theme option > General Layout > Custom CSS

    .single-product .woocommerce-message,
    .single-product .woocommerce-error {
    	text-align: center;
    }
    .single-product .jas-wc-single .woocommerce-message + .woocommerce-message,
    .single-product .woocommerce-error + .woocommerce-error,
    .single-product .jas-wc-single .woocommerce-error li + li {
    	display: none;
    }
    .single-product .jas-wc-single .woocommerce-message,
    .single-product .jas-wc-single .woocommerce-error {
    	display: none;
    }

    We happy if you purchase for extend support at https://themeforest.net/downloads

    Thank and have a nice day!

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

Viewing 10 results - 2,021 through 2,030 (of 3,138 total)