Home Forums Search Search Results for 'css'

Viewing 10 results - 1,891 through 1,900 (of 3,138 total)
  • Author
    Search Results
  • #17475

    In reply to: Font family Inquiry

    Hi Kalarit,

    Google doesn’t have font name “Bariol”

    You should convert this font to web font https://www.fontsquirrel.com/tools/webfont-generator and include file in claue-child and after that call font in css file.

    Best regards

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

    #17473

    In reply to: Shop Page Issues

    Hi,

    1. Please go to Appearance > Widget > WooCommerce Categories Menu Sidebar and remove widget in this

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

    .result-count-order {
    	display: none;
    }
    .product-title {
    	font-size: 16px;
    }

    Change 16px as your number of font size you want

    Best regards

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

    #17472

    Hi Danet,

    1. Please change button color in

    Claue > Theme Option > Color Scheme > Primary color

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

    .jas-icon-cart .count { background: #222;}

    Please change #222 to your color

    Best regards

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

    #17469

    Hi Adam,

    You can hide the menu button on mobile by add custom css code in JanStudio > theme option > general layout > Custom CSS

    @media only screen and (max-width: 767px) {
    .jas-push-menu-btn { display: none;}
    }

    Best regards

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

    #17459

    Topic: Font family Inquiry

    in forum Claue
    kalarit
    Participant

    Hi,

    I notice there is declared font face in Claue/Theme Options/General Layout/Custom CSS Style name Bariol. Although its working in Google Chrome(Im reffering in the description) but not in Mozilla firefox and IE. Can you please help us.

    Note: For the meantime we use font-family Poppins in TablePress but we would like if Bariol to work on both platform also.

    thanks,

    #17457

    Hi,

    This issue cause by new version of WooCommerce.

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

    .jas-container .sub-categories {margin-top: 0;}

    Best regards

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

    #17450

    In reply to: headerwith

    Hi Nevita,

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

    #jas-header {
    background-size: cover;
    }

    Best regards

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

    #17434

    Hi,

    You can hide related articles by add custom css code

    .post-related.mt__50 {
    	display: none;
    }

    Best regards

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

    #17424
    antonio
    Participant

    Hello, in my web the space between the heading of the categories of product and the filters is greater than the one that comes out in your demos.

    When the category includes other subcategories there is a small problem because the banners are combined with the filters.

    Could it be fixed with some CSS code or functions.php?

    I leave some screenshots where it looks better, thank you very much and sorry for my English from the google translator.

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

    Hi Karen,

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

    .filter-trigger:after {
    	content: 'Filter by Category';
    	margin-left: 7px;
    }

    Best regards

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

Viewing 10 results - 1,891 through 1,900 (of 3,138 total)