Home Forums Search Search Results for 'css'

Viewing 10 results - 3,071 through 3,080 (of 3,128 total)
  • Author
    Search Results
  • #1252

    Hi,

    This bug come from YITH plugin, we report them for along time but they didn’t fix. You can try our hot fix at https://www.dropbox.com/s/iid66e5lwrxke25/yith-woocommerce-popup.zip?dl=0

    You can change color input field by add custom css in JanStudio > Theme Option > General Layout > Custom CSS

    ::-webkit-input-placeholder {
    color: #c1c1c1;
    }
    :-moz-placeholder {
    color: #c1c1c1;
    }
    ::-moz-placeholder {
    color: #c1c1c1;
    }
    :-ms-input-placeholder {
    color: #c1c1c1;
    }

    Change “c1c1c1” with your color code.

    Best regards!

     

    • This reply was modified 7 years, 5 months ago by Harry.

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

    #1250

    In reply to: Add font

    Hi,

    You can change font for site in JanStudio > Theme Option > Typography or you can use @import  to import google font in style.css of child theme

    Best regards!

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

    #1248

    Hi,

    You can add custom css code

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

    .jas-col-xs-12 { flex-basis: 50%; max-width: 50%; }

    }

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

    #1241

    @SweetDay you can add custom css code

    .page-head h1, .page-head p, .page-head a { color: #fff;}

    and change #fff with your color code

    Best regards!

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

    #1239

    Hi guys,

    Sorry because miss your reply

    You can add custom css to fix issue with meta slider on mobile

    @media only screen and (max-width: 480px) {
    .metaslider .slides img { height: auto;}

    }

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

    #1238

    In reply to: Products

    Hi,

    You can add custom css code

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

    .jas-col-xs-12 { flex-basis: 50%; max-width: 50%; }

    }

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

    #1237

    Hi again,

    Tried to remove above answer/question. Due to not being able to make the vertical header option looking good we’ve decided to go with a top header instead. So question no 2 above is not relevant any more.

    Question no 3 however is still interesting.

    And a question 4:
    I’ve set the header to sticky AND transparent, but the top section (where we’ve a revolution slider) is not working with the transparent option. In your documentation it’s shown a picture of a transparent header (in Header Section). I’ve set margins, boarder, padding all to 0px both for section and column, and full width and full height. Still no transparency. Do I need a CSS-script for this too?

    Thanks 🙂

    #1231

    Hi.   My child themes CSS isn’t overwriting anything from my parent CSS.  Am I doing something wrong?  Can you take a look please

    #1216

    In reply to: METASLIDER

    You can remove space between menu and slider by add custom css

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

    for button need more custom code and have to change html you can hire some freelancer for help.

    Regards!

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

    #1211

    In reply to: METASLIDER

    Hi,

    You can add custom css

    .footer__top { padding: 10px 0;}

    #jas-footer, #jas-footer .widget-title, #jas-footer a { color: #2e2e2e;}

    .widget_wysija_cont .widget_wysija.shortcode_wysija {text-align: center;}

    .widget_wysija_cont form .wysija-submit { display: inline-block;}

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

Viewing 10 results - 3,071 through 3,080 (of 3,128 total)