Home Forums Search Search Results for 'css'

Viewing 10 results - 2,231 through 2,240 (of 3,131 total)
  • Author
    Search Results
  • Hi,

    You fix these issue by add custom css in Claue > Theme Option > General Layout > Custom CSS

    .portfolio-meta { display: none;}
    .widget .woocommerce-product-search,
    .widget .search-form {
    display: inline-block;
    }

    input[type=”search”] {
    -webkit-appearance: textfield;
    border: none;
    height: 40px;
    line-height: 36px;
    border-radius: 40px;
    padding: 0;
    margin-left: 15px;
    }

    Best regards

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

    #13012
    tekir
    Participant

    Hi! 🙂

    Two questions:

    • We have some long titles, which turn out to be two lines in mobile version. Then the title sits on top of the former “shop now” text. How could we send the shop now text to third line, only whenever it’s needed? (please see the image attached)
    • How could we add a white and semiopaque bgcolor to these category titles on the category images?could you please provide the code to add to custom CSS?
    Attachments:
    You must be logged in to view attached files.
    #13009

    In reply to: Wishlist Heart Icon

    Hi,

    You can add custom css

    .product-image .yith-wcwl-add-button a {
    opacity: 1;
    visibility: visible;
    }

    Best regards

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

    #13008

    Hi,

    You can fix this by add custom css code

    @media only screen and (max-width: 414px) {
    .vc_column-inner.vc_custom_1509740873131 {
    padding-top: 30px !important;
    padding-right: 10px !important;
    padding-bottom: 0px !important;
    padding-left: 10px !important;
    }
    }

    Best regards

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

    Chào bạn,

    1. Bạn có thể fix bằng cách thêm đoạn css sau vào Claue > Theme Option > General Layout > Custom CSS

    .result-count-order .flex {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end;
    }

    2. Bạn thêm đoạn custom css sau

    .widget_price_filter .ui-slider-horizontal {
    width: calc(100% – 30px);
    }

    Best regards

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

    #12988

    In reply to: Quick Shop change

    Please add custom css

    @media screen and (max-width: 800px) {

    .product-btn {background: none;}

    }

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

    #12964

    Hi,

    Thank you for more details information, we saw the issue. Now can fix by add below code to Claue > Theme Option > General Layout > Custom CSS

    .jas-carousel { transition: none;}

    Could you please help us reply on this topic don’t reply email so our team member can easy to track your issue.

    Thanks

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

    #12956

    Hi,

    You can fix by add custom css in JanStudio > Theme Option > General Layout > Custom CSS

    .translator-dropdown-container.translator-dropdown-container-custom { z-index: 99 !important;}

    Best regards

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

    #12933

    Hi,

    To make the font light or thin please change the font-weight to 100,200,300 … To make the font italic, please add new CSS code

    font-style: itatlic;

    About the promo text, you mean you want to change this text?

    #12931

    It’s done, you can refer the custom CSS in JanStudio theme options.

    Cheers,
    Foster

Viewing 10 results - 2,231 through 2,240 (of 3,131 total)