Home Forums Search Search Results for 'css'

Viewing 10 results - 71 through 80 (of 3,135 total)
  • Author
    Search Results
  • #42822

    In reply to: About Canvas menu

    Hi,

    You can change background for search form by add below code to Claue > Theme Option > General Layout > Custom CSS

    .header__search {
    	background: #000;
    	opacity: 0.95;
    }

    and change #000 with your color, opacity from 0.0 to 1.0

    if you want show search label, please download attach file extract and put in claue-child > views > header

    By the way, your support expired. Please renew your support at https://themeforest.net/downloads that will help us continue improve our theme and update new features.

    Thanks and regards

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

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

    #42816

    In reply to: About Canvas menu

    Hi,

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

    @media only screen and (max-width: 768px) {
    .header__mid.pl__15.pr__15 {
    	padding: 0;
    }
    .jas-action.flex.center-xs.middle-xs.hide-md.hidden-sm.visible-xs.mt__30 {
    	display: none !important;
    }
    .jas-icon-cart.pr {
    	padding-right: 0;
    }
    .header-sticky .sticky-logo {
    	max-width: 100px;
    }}

    Kind regards

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

    #42804
    prabisha
    Participant

    The website’s checkout section page, contains  two boxes which are not clickable(faded). We inspected on that section, and on changing some CSS code i.e from position:absolute to position:relative , the section was clickable. We tried to add code on the theme editor and additional css section, but it didn’t work.  We mailed the issue earlier to Janstudio, and with your suggestion we currently have deactivated the “continue shopping” and “estimated delivery” plugin on our site(which were earlier present on the checkout page). Could you please provide us a quick solution. We are stuck at it for 3 days.

    Also, any changes you make or any plugin if you deactivate, please let us also know, as this site is very crucial to us.

    Below are the images attached

     

    #42801

    Hi,

    Please use plugin to optimize the images https://wordpress.org/plugins/wp-smushit/ and css/js https://wordpress.org/plugins/autoptimize/ on your site

    Kind regards

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

    #42786

    In reply to: Questions

    Hi,

    1,2. You can change font size and color by add custom css code to Claue > Theme Option > General Layout > Custom CSS

    .header__search input[type="text"] {
    	border-bottom: 1px solid #fff;
    	font-size: 20px;
    	color: #fff;
    }

    and change 20 to your number, #fff with your color

    3. Please use this plugin https://wordpress.org/plugins/header-footer-elementor/

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

    .archive .woocommerce-breadcrumb {
    	display: block;
    	background: #f6f6f8;
    	padding: 15px;
    }
    .jas-wc .page-head {
    	display: none;
    }

    5. you can change in Appearance > Customize > WooCOmmerce > Product Catalog > Default product sorting

    Kind regards

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

    #42743

    In reply to: Change Product page

    Chen
    Support Expired

    Hi Harry,

    thank you. Unfortunately the price box doesn’t change with the CSS code. Do you have another idea?

    #42741

    In reply to: Change Product page

    Hi Chen,

    1. You can change font size of price box by add below code to Claue > Theme Option > General Layout > Custom CSS

    .wapo-product-price #wapo-total-price-table table {
        font-size: 15px;
    }

    2. You can change setting of plugin or add custom css code to Claue > Theme Option > General Layout > Custom CSS

    .yith-wapo-block .yith-wapo-addon .options.per-row-5 .yith-wapo-option {
        max-width: 70% !important;
    }

    I also updated your purchase code.

    Kind regards

    • This reply was modified 3 years, 10 months ago by Harry.

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

    #42727

    Hi,

    I still see you not add price for each variation.

    1. Please change the code in Claue > Theme Option > General Layout > Custom CSS to

    .swatch__list--item.disabled {
    	opacity: 1;
    	position: relative;
    	pointer-events: inherit;
    	display: block;
    }

    2. You can try this product with variation:
    – Size 1
    – Color Pastel Pink/Pink Spot

    I set this vảiation out of stock https://tppr.me/HfsSE and the waitlist button show

    https://tppr.me/shUcJ

    Kind regards

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

    #42702

    Hi ArtK,

    Each product has specific id https://tppr.me/vOTb6 and you can add css style for each product. Example

    .postid-5528 .single-product-thumbnail .slick-slide img {
    
     box-shadow: 10px 7px 5px grey; /*Adds box shawdow to product images*/ 
    
    }

    Kind regards

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

    #42699
    This reply has been marked as private.
Viewing 10 results - 71 through 80 (of 3,135 total)