Home Forums Search Search Results for 'css'

Viewing 10 results - 2,411 through 2,420 (of 3,138 total)
  • Author
    Search Results
  • #10621

    Hi Jorge,

    Thank you for choosing our theme.

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

    .entry-summary .single_add_to_cart_button,
    .entry-summary .external_single_add_to_cart_button {
    padding: 0 39px 0 42px;
    height: 40px;
    font-size: 14px;
    font-weight: bold;
    }

    You can increase 39, 42, 40, 14 to make your button bigger.

    Best regards

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

    #10618

    Hi,

    You can add custom css in Claue > Theme Option > General Layout > Custom CSS to fix this issue

    .jas-page > div {
    margin: 0;
    }

    Best regards

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

    #10605

    In reply to: Categories on mobile

    That’s not exactly what I mean. I fixed it through css but anyways, check your demo, the first category “Accessories” if I remember correctly the letter A is cut off by default and you can’t scroll right.

    #10597

    1. I checked your site and saw no much products have long description on Summary ( you can limit the text in product description).

    2. If you want hide the quick view button you can add custom css in JanStudio > Theme Option > General Layout > Custom CSS

    .product-button .btn-quickview { display: none;}

    Best regards

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

    #10529

    Hi,

    I saw you change font to

    #jas-footer .footer__top a {
    font-family: “Montserrat”;
    }

    But you don’t import this font to your css file.

    @import url(‘https://fonts.googleapis.com/css?family=Montserrat’);

    Best regards

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

    #10527

    Hello,

    We have stragne problem:

     

    Please check footer on homepage – http://www.mrposter.co

    Font works great – but on different page like this: http://mrposter.co/pl/dla-firm/ – don’t works – why?

    We changed font in css but why works on homepage but anywhere else not?

     

    Best regards,

    Michal

    Hi Dee,

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

    #mc_embed_signup #mc-embedded-subscribe.button { background: #008398;}

    Could you help us give our theme good review and 5 stars rating at https://themeforest.net/downloads we really appreaciate.

    Thank and have a nice day!

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

    #10505

    you can hide footer on all page on mobile by add custom css in JanStudio > Theme Option > General Layout > Custom CSS

    @media only screen and (max-width: 736px) { #jas-footer { display: none;}}

    Best regards

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

    #10504

    Hi,

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

    .product-quickview .content-section {display: none;}

    Best regards

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

    #10469

    Hi,

    You can add custom css to fix.

    @media only screen and (max-width: 736px) {
    .a2w_to_shipping select {width: 100%;}

    }

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

Viewing 10 results - 2,411 through 2,420 (of 3,138 total)