Home Forums Search Search Results for 'css'

Viewing 10 results - 481 through 490 (of 3,138 total)
  • Author
    Search Results
  • #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

    #36670

    Hi Jure,

    Thank you for choose our theme and your kind words.

    1. You can change color of all button by add below code to Claue > Theme Option > General Layout > Custom CSS

    a.button, .jas-ajax-load a, button.button {
    	background: #222;
    	border-color: #222;
    	color: #fff;
    }

    and change #222 and #fff with your color

    2. You can change footer logo in Widgets > Footer #1 and change path

    http://janstudio.net/claue/demo/wp-content/uploads/2016/10/logo-2x.png

    with your logo path.

    Kind regards

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

    #36664

    In reply to: UX AND UI

    Hi,

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

    .page-head::before {
    	background: rgba(0,0,0,1.0);
    }

    Kind regards

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

    I renewed the support.

    When I download the theme and upload it, it says: The package could not be installed. The theme is missing the style.css stylesheet.

    Please help 🙂

Viewing 10 results - 481 through 490 (of 3,138 total)