Home Forums Search Search Results for 'css'

Viewing 10 results - 2,431 through 2,440 (of 3,131 total)
  • Author
    Search Results
  • #10244

    please enable add to cart button in theme option and add custom css

    .product-info.mt__15 {
    text-align: left;
    }

    The product title should be decrease to have space for wishlist and add to cart icon.

    Best regards

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

    #10243

    Dear Harry thanks for your help

    can you help me once again?

    actually I want to use header layout like my attachment before

    Just header layout, I will do rest (html and css)

    Help me with child theme

    Thanks again

    #10234

    In reply to: RTL

    Hi,

    Please use new one.

    On document 2

    4. You should crop your image before upload
    5. You can add custom css

    .jas-wc-single .page-head { display: none;}

    Best regards

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

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

    #10196

    Hi,

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

    @media only screen and (min-width: 737px) and (max-width: 1024px) {
    .jas-promotion h3, .jas-promotion h4 {
    white-space: normal;
    }
    }

    Best regards

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

    #10191

    Hi,

    You can add custom css to fix

    header {
    position: relative;
    z-index: 9999;
    }

    Best regards

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

    #10162

    Hi,

    This issue because Instagram update their API now the image will display both landscape and portrait https://instagram-press.com/blog/2017/08/29/improvements-to-posts-with-multiple-photos-and-videos/

    You can fix by add custom css code in Claue > Theme Option > General Layout

    .jas-sc-instagram .item img {
    height: 320px;
    max-width: inherit;
    width: auto;
    }

    Best regards

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

    #10112

    Hi!

    Thanks for support. i don’t knew where can i to change the en-US to pt-BR language.
    Simplely inserting this CSS code is not working 🙁

    html[lang=”en-US”] .product-category h2::before,
    html[lang=”en-US”] .product-category h3::before {
    content: “Comprar”;
    }

    I have a second issue:

    At home, the block above the slider shows categories. Originally i believe that is showed by alphabetical order. Do you have some way or solution bethrough i can to change the order?
    I need that shows 1 – Moda  2.Casa  3. Bolsas 4. Acessórios

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

    In reply to: RTL

    Okay,

    I understand its diffcualt for guys to trace the problem since its in different language, which is unreadable for you.

    however I have spent last 2 hours, debuging the issue and I have found the couse behind it.

    its “letter-spacing” attribute, When I disabled it I can see characters  displayed proper without any space, so culprit is this attribute.

    you can try also, just go to any product list my site, and disabled this attribute in CSS file.  you will notice text got changed immediately.

    So what do you advice, this attribute needs to be turned off in RTL, so the Arabic characters displayed correctly

    #10096

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

    .product-btn {
    opacity: 1;
    top: 50%;
    visibility: visible;
    }

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

    #10083

    In reply to: shadow on image

    Hi,

    Please add below css

    Change “shop now” to your language.

    Best regards

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

Viewing 10 results - 2,431 through 2,440 (of 3,131 total)