Home Forums Search Search Results for 'css'

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

    Hi,

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

    1. For product detail page

    .single-product .woocommerce-breadcrumb a, .single-product .woocommerce-breadcrumb i { display: none;}

    .single-product .woocommerce-breadcrumb { font-size: 20px;}

    2. For categories filter title

    .jas-filter a { font-size: 16px;}

    3. For member on mobile

    @media only screen and (max-width: 736px) { .jas-member {padding: 0 40px 15px;}}

    Best regards

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

    #7432
    fl.tiron
    Participant

    Hello,

     

    I need some assistance in customising the theme 🙂

     

    1. How can i customize/remove the breadcrumbs on product page? I want to: -either fully remove the breadcrumbs and put instead of it the product name (bigger size, see picture one in the first attachment), either remove the product category from the breacrumb(picture two)
    2. I want to make the category text size bigger in Mansory style, can i manage that from CSS? (see attachment two)
    3. The ‘member’ pictures are very big on mobile(see attachment 3). You can see which settings i used in order to make them smaller on desktop view, but on mobile they still remain very large.
    Attachments:
    You must be logged in to view attached files.
    #7415

    In reply to: CSS & Class

    Hi,

    In this case you go to slider and remove class “center tc” and remove your css

    http://take.ms/QvprY

    Best regards

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

    #7409
    [Resolved]

    Topic: CSS & Class

    in forum Claue
    stephane
    Participant

    Hi,

    See screenshot , how to move on right side ? I modified

    .tc {
    text-align: Left;

    But the other button move ??? the number for the cart and the number of select product ….

    Thx

     

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

    Hi,

    Sorry for product slider impossible control with css.

    Best regards

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

    #7380

    Hi,

    I checked your site it use one page checkout but doesn’t have class for separate step, it hard to control with css. Could you try ask plugin author support.

    Best regards

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

    #7373
    [Resolved]

    Topic: Home page

    in forum Claue
    stephane
    Participant

    Hi,

    I have a problem with the root page domain see https://pre.flaash.net/, I don’t know which CSS class or something else does not the job.

     

    Attachments:
    You must be logged in to view attached files.
    #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

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