Home Forums Search Search Results for 'css'

Viewing 10 results - 291 through 300 (of 3,131 total)
  • Author
    Search Results
  • #39380

    In reply to: Color Customization

    Hi Seventalents,

    Thank you for choose our theme.

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

    .swatch__list--item {
    	border: 1px solid #ddd;
    }
    .swatch__list--item.is-selected {
    	background: #333;
    	border-color: #333;
    	color: #fff;
    }
    .product-image .yith-wcwl-add-to-wishlist a i, 
    .product-image .yith-wcwl-add-to-wishlist .ajax-loading {
    	color: #fff
    }

    And change #ddd, #333, #fff with your color.

    Kind regards

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

    #39364

    In reply to: Delay loading site

    Hi Rosie,

    You can use Autoptimize plugin to minify CSS and JS thatt speed up your site. Your hosting package only suite with small site with less products. If you have more products i recommend upgrade hosting package.

    Btw, your support expired. Please expand your support that will help us continue develop new features and improve our theme.

    Thank and regards

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

    #39363

    In reply to: Import Sample Data

    Hi,

    You can change colorr by add custom css code in JanStudio > Theme Option > General Layout > Custom CSS

    .woocommerce .product-category h2, .product-category h2, .woocommerce .product-category h3, .product-category h3 {
    	color: #4d5959;
    	top: 0;
    	left: 15px;
    	font-size: 20px;
    }
    .product-category h2::before, .product-category h3::before {
    	content: 'Shop now';
    	top: 55px;
    	left: 25px;
    	font-family: "Libre Baskerville", Georgia,serif;
    	font-size: 14px;
    	color: #999;
    }
    .product-category h2::after, .product-category h3::after {
    	content: '\f178';
    	top: 56px;
    	left: 100px;
    	font-family: "FontAwesome";
    	font-size: 14px;
    	color: #999;
    }

    Kind regards

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

    #39347

    Hi Phippsy,

    Thank you for choose our theme.

    1. Please go to Claue > Theme Optionn > WooCommerce > General Settings > Enable Page Title > Off

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

    .woocommerce-loop-category__title {
    	display: none;
    }

    Kind regards

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

    #39343

    Hi Jon,

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

    .page-head a {
    	color: #000;
    }

    Kind regards

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

    #39342
    jonkristen
    Participant

    Hi,

    I wanted to add category descriptions with some links, but the link text is white. What css can I use to to change this to match the other text.

     

    Best regards,

    Jon Kristen

    #39340

    Hi,

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

    @media only screen and (max-width: 736px) {
    .is-selected .swatch__tooltip {
    	top: -30px;
    	opacity: 1;
    	visibility: visible;
    }}

    Kind regards

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

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

    #39336

    In reply to: cabezera

    Hi,

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

    .jas-col-md-4.jas-col-sm-2.jas-col-xs-12.flex.end-md.hidden-sm.hidden-xs,
    .jas-col-md-4.jas-col-sm-6.jas-col-xs-12.start-md.start-sm.center-xs {
    	width: 0;
    	max-width: 0;
    	flex-basis: 0;
    }
    .jas-col-md-4.jas-col-sm-6.jas-col-xs-12.center-md.end-sm.center-xs {
    	width: 100%;
    	max-width: 100%;
    	flex-basis: 100%;
    }

    Kind regards

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

    #39311

    Hi Shariq,

    1. You can hide “Checkout” Button by add below code to Claue > Theme Option > General Layout > Custom CSS

    .button.checkout.wc-forward {
    	display: none;
    }

    2.Please go to Loco Translate > Theme > Claue > Create new language > Choose English-US find the text “View Cart” and translate to “Checkout”

    Kind regards

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

    #39305

    Hi RomaPopovych,

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

    .jas-mini-cart .button, .widget_shopping_cart .button {
    	background: #222;
    	color: #fff;
    }

    and change #222, #fff with your color code

    2. Please go to Loco > themes > claue > edit template > sync > save https://prnt.sc/vnaois
    and after that back to translate.

    Kind regards

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

Viewing 10 results - 291 through 300 (of 3,131 total)