Home Forums Search Search Results for 'css'

Viewing 10 results - 2,051 through 2,060 (of 3,138 total)
  • Author
    Search Results
  • #15515
    This reply has been marked as private.
    #15499

    Hi,

    You can center the text on slider by add custom css in Claue > Theme Option > General Layout > Custom CSS

    .caption-wrap .pa-middle {
    	left: 50%;
    	-webkit-transform: translate3d(-50%, -50%, 0);
    	-moz-transform: translate3d(-50%, -50%, 0);
    	-ms-transform: translate3d(-50%, -50%, 0);
    	-o-transform: translate3d(-50%, -50%, 0);
    	transform: translate3d(-50%, -50%, 0);
    	text-align: center;
    }

    The free version doesn’t support custom font, color, if you want you have to upgrade to Pro version.

    Best regards!

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

    #15481

    Hi Rene’

    It impossible to manual upload icon for individual portfolio, the icons we suggest also can change color as you want.

    You can hide portfolio category by add custom css

    figcaption span { display: none;}

    Best regards

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

    #15480

    Hi,

    Our theme using this script for popup http://dimsemenov.com/plugins/magnific-popup/ you don’t need to include bootstrap to make modal.

    For css style you can use class of Bootstrap + prefix (jas-)

    Best regards

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

    #15473

    In reply to: Adding fonts to theme

    Hi,

    It only possible when you include font to child theme and call font-face in style.css in child theme. Because our theme use google font and some popular system font.

    Best regards

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

    #15470

    Hi Rene’,

    We still work on Christmas and New Year, we only off on 01/01/2018 and Lunar New Year (14/02 – 20/02/2018)

    1. Could you tell us where you want add icon? you can use icon at http://fontawesome.io/icons/ or http://themes-pixeden.com/font-demos/7-stroke/

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

    figcaption h4 a { color: #4e66ad !important;}
    figcaption span a { color: #303030 !important;}

    Best regards

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

    Dear Rene’,

    1. I help you fixed these issues by update some custom css code in JanStudio > Theme Option > General Layout > Custom CSS

    2. We check the tracking code the gift arrived Vietnam but we not yet receive. Hope we receive it on 1-2days later.

    Best regards and Happy Holiday!

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

    #15442

    In reply to: Hide Theme Menu

    Hi,

    Please add custom css

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

    Best regards

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

    #15440

    Hi,

    Please add below code to fucntions.php in claue-child

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

    .woocommerce-product-details__short-description {
    	margin-top: 30px;
    }

    Best regards

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

    #15439

    In reply to: Wish Icon

    Hi Rahim,

    1. Please add custom css

    .add_to_wishlist.cw { color: #222;}

    2. Sorry i don’t know this issue, could you try contact plugin author

    3. Please try again, i clear cache on your site and click on sync to update string.

    Best regards

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

Viewing 10 results - 2,051 through 2,060 (of 3,138 total)