Home Forums Search Search Results for 'css'

Viewing 10 results - 2,921 through 2,930 (of 3,131 total)
  • Author
    Search Results
  • #3415

    I’ve just help you add custom css code, now it run. You can check in Claue > 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

    #3410

    Sorry for late reply.

    1. You can reduce space between the bottom of product with description tab by add custom css in Claue > Theme Option > General Layout > Custom CSS

    .woocommerce-tabs { padding-top: 50px;}

    you can change 50px with your number

    2.You can change text of bundle in Settings > Product Bundle Setting > Bundle title & Bundle description.

    Best regards

     

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

    #3366

    In reply to: Help with the sliders

    Bạn thêm giúp mình đoạn css này nhé

    .jas-action a.cb.chp.db.cart-contents { display: block;}

    Đoạn code lúc trước của mình làm nó bị ẩn

    Best regards

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

    #3267

    Hi,

    1. You can disable on mobile by add custom css

    @media only screen and (max-width: 736px) { .page-head { display: none;}}

    2. You can reduce height of page title on mobile by add custom css

    @media only screen and (max-width: 736px) { .page-head { padding: 55px 0;}}

    reduce 55 with your number

    Best regards

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

    #3256

    Hi,

    1. Yes, it is right way

    2. You can change the layout to 2 columns on Claue Options / Blogs / Columns

    If you want to keep 3 columns, you can adjust the width of content with this custom CSS code
    .blog #jas-content > .jas-container { max-width: 1600px; }

    – Foster

    #3254

    In reply to: Footer 1 column design

    Hi,
    The content of footer on your site has some inline CSS code, I have just fixed for you, please check

    #3247

    In reply to: Help with the sliders

    Bạn có thể bỏ bằng cách thêm custom css in Claue > Theme Option > General Layout > custom CSS

    .jas-action .jas-my-account { display: none;}

     

    Best regards

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

    #3239

    In reply to: Sale and New badge

    Hi,

    You can change background of badge on menu by add custom css code in Claue > Theme Option > General Layout > Custom CSS

    .jas-menu li.new > a::after { background: #01bad4;}

    .jas-menu li.sale > a::after { background: #ffa800; }

    .jas-menu li.hot > a::after { background: #ff3e11; }

    .badge span.onsale { background: #fe9931; }

    .badge .new { background: #56cfe1 ; }

     

    Change color as yours.

    Best regards

     

     

     

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

    #3227

    In reply to: Menu customization

    Hi,

    – “New” badge will hide after 5 days or you can delete when edit product > Product Detail Layout Option > New Arrival Product

    http://take.ms/4QJf4

    – “Sale” for display on sale product

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

    .badge span { display: none;}

    Best regards

     

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

    #3221

    In reply to: Menu customization

    You don’t need css for this.

    You go to Appearance > Menus and follow our step at our document  http://janstudio.net/claue/document/ navigate to Page Layout > Menu Badge.

    Our document guide you change the badge for menu.

    Best regards

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

Viewing 10 results - 2,921 through 2,930 (of 3,131 total)