Home Forums Search Search Results for 'css'

Viewing 10 results - 2,661 through 2,670 (of 3,131 total)
  • Author
    Search Results
  • #7368

    Topic: Claue installation

    in forum Claue
    bestfitbybrazil
    Participant

    I know this has been hashed out before, but its my first time and its a nightmare.  can not install this to word press theme 4.8.  getting error “about the style css sheet…” so i installed claue zip and claue child zip file directly.  that seemed to work, but it created 2 themes now of claue.  one is called claue and the other called claue child.  upon trying to set up further, i could not page layout isn’t available in settings ?? help.  SUB FOLDER IS /slu  but it wouldn’t let me put that in url

    #7355

    You can add custom css

    .cart-collaterals .cart_totals {
    float: none;
    margin: 0 auto;
    text-align: center;
    }
    .wc-proceed-to-checkout a {
    float: none;
    }

    Best regards

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

    #7354

    Hi,

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

    .wizard > .actions > ul {
    display: inline-block !important;
    text-align: center;
    }
    .wizard > .actions > ul > li {
    display: inline-block;
    float: none;
    margin: 0 0.5em;
    }
    .wizard > .actions > ul > li:nth-child(3) {
    display: inline-block !important;
    }

    Best regards

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

    #7291

    You can hide menu by add custom css code

    .woocommerce-checkout .jas-navigation { display: none;}

    Best regards

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

    #7290

    In reply to: Login Menu

    Hi,

    You can add custom css code

    .jas-my-account ul li:nth-child(2) { display: none;}

    Best regards

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

    #7262

    Hi,

    You can fix by add custom css code

    .flex.between-xs.middle-xs.price-review {
    display: inline-block;
    }

    Best regards

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

    #7261

    In reply to: Remove logo

    Hi,

    You can remove logo by add custom code in Claue > Theme Option > General Layout > Custom CSS

    .jas-branding { display: none;}

    Best regards

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

    #7238

    Hi Joy,

    Sorry we miss you message.

    You can add below code in JanStudio > Theme Option > General Layout > Custom CSS

    Best regards

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

    #7208

    Hi,

    You can remove overlay layer by add custom css code in JanStudio > Theme Option > General Layout > Custom CSS

    .blog .page-head::before { display: none;}

    Best regards

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

    #7185

    Hi,

    We saw the link to undo action – http://take.ms/xFvPN

    If you still want remove it, you can add custom code in Claue > Theme Option > General Layout > Custom CSS

    .jas-wc-single .woocommerce-message {display: none;}

    Best regards

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

Viewing 10 results - 2,661 through 2,670 (of 3,131 total)