Home Forums Search Search Results for 'css'

Viewing 10 results - 311 through 320 (of 3,135 total)
  • Author
    Search Results
  • #39235

    In reply to: Missing main menu bar

    Hi Eli,

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

    .jas-menu > li > a,.jas-menu ul li a {
    	font-weight: 500;
    }

    Kind regards

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

    #39218
    Jorgecerme09
    Participant

    They do not work correctly, selecting a variation does not show the image that is actually set. I have tried to remove the optimization of both cloudlare and WP Rocket, I have removed the minification of javascript, css and html.

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

    In reply to: Can’t set it up

    Hi Jacky,

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

    input[type="submit"], button, a.button, 
    .jas-ajax-load a, button.button,
    .br__40 {
    	border-radius: 0;
    }

    Kind regards

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

    #39174

    In reply to: varios temas

    Hi Asdemodas,

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

    Kind regards

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

    #39173

    Hi Jorge,

    I fix the css code on your site but it now still have cache. Can you please clear cache on your site to it apply new code.

    Kind regards

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

    #39172

    In reply to: varios temas

    asdemodas
    Support Expired

    hola harry donde pego el codigo del apartado 2 del css ?

    #39130

    Hi Claire,

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

    .woocommerce .product-category h2, .product-category h2, .woocommerce .product-category h3, .product-category h3 {
    	position: relative;
    	left: 0;
    	padding: 15px 0;
    }
    .product-category h2::after, .product-category h3::after {
    	left: 75px;
    }
    .product-category h2::before, .product-category h3::before {
    	left: 0;
    }

    Kind regards

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

    #39129

    In reply to: varios temas

    Hi Asdemodas,

    1. Please copy file result-count.php from themes > claue > core > libraries > vendors > woocommerce > templates > loop to claue-child > woocommerce > loop and change code on line 34

    “fa fa-sliders” with fontawesome icon class https://fontawesome.com/v4.7.0/cheatsheet/

    2. We add css code to create symbol button not use font. Please add below code to change style

    .holder::after {
    	right: 25px;
    }
    .holder::after, .holder::before {
    	-webkit-transform: rotate(-45deg);
    	-moz-transform: rotate(-45deg);
    	-ms-transform: rotate(-45deg);
    	-o-transform: rotate(-45deg);
    	transform: rotate(-45deg);
    }
    #jas-mobile-menu ul li.open > .holder::before {
    	opacity: 1;
    	visibility: visible;
    }
    #jas-mobile-menu ul li.open .holder::after, 
    #jas-mobile-menu ul li.open .holder::before {
    	-webkit-transform: rotate(45deg);
    	-moz-transform: rotate(45deg);
    	-ms-transform: rotate(45deg);
    	-o-transform: rotate(45deg);
    	transform: rotate(45deg);
    }

    3. Sometime the text contain link when you click on text it will redirect to link and not open sub menu so we have to add + for open sub-menu

    4. I’m not clear your issue, please contact to plugin author WooCommerce Stripe

    Kind regards

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

    #39120

    Hi,

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

    .pswp__caption__center {
    	display: none;
    }

    Kind regards

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

    #39109

    Hi Roma,

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

    .jas-action i {
    	font-size: 30px;
    }

    and change 30 with your number

    Kind regards

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

Viewing 10 results - 311 through 320 (of 3,135 total)