Home Forums Search Search Results for 'css'

Viewing 10 results - 471 through 480 (of 3,131 total)
  • Author
    Search Results
  • #36872
    bmerton
    Participant

    Using the Claue theme…I’m looking to change the color to #FF00FF

     

    #36852

    Hi,

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

    #LiDD8Hj-1592196577873, #R2C8IWw-1592196577869 {right: 50px !important;}

    Kind regards

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

    #36837

    Hi Jennifer,

    1. It only way is you combine images to one, it can’t show multi images for one product on home page and category page.

    To show one product per row please add below code to JanStudio > Theme Option > General Layout > Custom CSS

    .jas-col-md-4.jas-col-xs-12.mt__30 {
    	-ms-flex-preferred-size: 100%;
    	-webkit-flex-basis: 100%;
    	flex-basis: 100%;
    	max-width: 100%;
    }

    2. It only way remove featured image from gallery image of product. It can’t use different image between shop page and single product page https://stackoverflow.com/questions/44732859/remove-featured-image-from-the-woocommerce-gallery

    3. Please follow our video http://janstudio.net/claue/document/#create-attributes and http://janstudio.net/claue/document/#create-product-color-swatches

    Kind regards

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

    #36814
    bmerton
    Support Expired

    Hi – I have pasted this into the Custom CSS Style box but it isn’t doing anything.

    Also – how do I only remove the ‘sale’ badge?  And how do I control the length of time a ‘new’ item appears?

    #36812

    Hi,

    1. Please go to Claue > Theme Option > WooCommerce > General Settings > Enable Catalog Mode > Off.

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

    .badge span {
    	display: none;
    }

    Kind regards

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

    #36753

    Hi Sharip,

    1. To change style of any menu item you need to know ID of menu item by right click on menu item and inspect https://prnt.sc/sv4w0f After that add below code to Claue > Theme Option > General Layout > Custom CSS

    .jas-menu li#menu-item-5977 > a {
    	color: #ec0101;
    	font-weight: bold;
    }

    and change “menu-item-5977” with ID number of your menu item, and #ec0101 with your color.

    2. Can you take a screenshot and explain more about the issue.

    Thanks

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

    #36741
    support
    Support Expired
    This reply has been marked as private.
    #36738

    Hi,

    Please add below code to claue > theme option > general layout > Custom CSS

    ::-webkit-input-placeholder {
    	color: #c1c1c1;
    }
    :-moz-placeholder {
    	color: #c1c1c1;
    }
    ::-moz-placeholder {
    	color: #c1c1c1;
    }
    :-ms-input-placeholder {
    	color: #c1c1c1;
    }

    and change #c1c1c1 to #888

    Kind regards

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

    #36718
    support
    Support Expired
    This reply has been marked as private.
    #36706

    Hi,

    Sorry for late reply.

    1. By default the menu on mobile still link to category. If you want click to the menu it expand sub-menu please add below code to Claue > Theme Option > General Layout > Custom CSS

    .holder {
    	width: 100%;
    	right: 0;
    }

    2. Please go to Settings > Reading > Homepage and Select Home as you want after that change edit the page and change image with yours.

    Kind regards

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

Viewing 10 results - 471 through 480 (of 3,131 total)