Home Forums Search Search Results for 'css'

Viewing 10 results - 2,071 through 2,080 (of 3,138 total)
  • Author
    Search Results
  • #15290

    Hi,

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

    @media only screen and (max-width: 736px) {
    .jas-wc-single .jas-container {
    padding: 0;
    }
    .single_add_to_cart_button {
    width: calc(100% – 155px);
    font-size: 13px;
    }}

    Best regards

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

    #15280

    Sorry, it now our theme doesn’t support to set one featured image for portfolio list and one for single portfolio background.

    It has away to set background for all single portfolio with one image background by add custom code in Claue > Theme Option > General Layout > Custom CSS

    .single-portfolio .page-head {
    	background: url(http://janstudio.net/claue/demo/wp-content/uploads/2016/09/p2-5.jpg) no-repeat center center / cover;
    }

    and change the path of image background with yours

    Best regards

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

    #15268

    Hi Krille,

    Please add custom CSS code

    @media only screen and (min-width: 736px) {
    #jas-header {padding: 0;}
    }

    Best regards

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

    #15267

    Hi,

    You can change background color of breadcrumb by add custom CSS code in Claue > Theme Option > General Layout > Custom CSS

    .jas-wc-single .bgbl {background: #f6f6f8;}
    .jas-wc-single .bgbl .woocommerce-breadcrumb a {color: #fff;}
    .jas-wc-single .bgbl .woocommerce-breadcrumb {color: #dedede;}

    and change #f6f6f8, #fff, #dedede with your color

    Best regards

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

    #15170

    In reply to: Flip Product Thumbnail

    Hi,

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

    .product-image a.db::before {
    	background: none;
    }

    Best regards!

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

    #15169

    Hi,

    Please add custom css code below

    .jas-mini-cart .variation dd,
    .cart_item .variation dd {
    margin: 0;
    float: none;
    }

    Best regards

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

    #15168

    In reply to: "SEARCH" Text

    Hi,

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

    .header__mid .sf-open::after {
    	content: "SEARCH";
    	line-height: 20px;
    	top: -4px;
    	position: relative;
    	font-weight: normal;
    	color: #666;
    	font-size: 14px;
    }

    Best regards

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

    #15158
    [Resolved]

    Topic: "SEARCH" Text

    in forum Claue
    LV
    Participant

    Hi,

    I need CSS code to put a text “SEARCH” beside the icon in header.

    Please see attachment for sample.

     

    Thanks

    Attachments:
    You must be logged in to view attached files.
    #15150
    kalarit
    Participant

    Please see attachment.  We want a way to remove this when required or to rename it for a product.  Please give us custom css for these options.

    • change title of “size guide”
    • remove link entirely of “size guide”
    • remove link entirely of “delivery & return”
    Attachments:
    You must be logged in to view attached files.
    #15149

    Topic: Update error

    in forum Claue
    Lvs
    Participant

    When I try to update my them i get the following error message “The package could not be installed. The theme is missing the style.css stylesheet.”

Viewing 10 results - 2,071 through 2,080 (of 3,138 total)