Home Forums Search Search Results for 'css'

Viewing 10 results - 1,321 through 1,330 (of 3,138 total)
  • Author
    Search Results
  • #25794

    Yup, that worked. I found the 16px solution this morning and i want sure how to best implement it. This css works great, thanks.

    #25778

    Hi,
    Hi,

    You can fix by add below code to Claue > Theme Option > General Layout > Custom CSS

    @media only screen and (max-width: 736px) {
    input[type="text"],
    input[type="tel"],
    input[type="email"],
    input[type="password"]   {
    font-size: 16px !important;
    }}

    Regards

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

    #25767

    In reply to: Page Help

    Hi Rahim,

    Please add below code

    @media only screen and (max-width: 736px) {.page-id-9334 .jas-banner h3 {font-size: 12px;}}

    You can add css for any page base on page ID http://take.ms/e2Ykn

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

    #25751

    Hi,

    This issue because new version of Max Mega Menu the CSS Class doesn’t work, i submit new ticket to request plugin author fix this at https://wordpress.org/support/?post_type=topic&p=10780923

    Regards

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

    #25743

    Hi Chris,

    Please delete the plugin and add below code to Claue > Theme Option > General Layout > Custom CSS

    .post-meta .author, .post-info .post-author {display: none;}

    Regards

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

    #25727

    Hi Chris,

    I remove redundant close tag of css code “}” you added before new code and change code to

    .metaslider.ml-slider .theme-default .nivo-controlNav a {
    	width: 15px;
    	height: 15px;
    	background: #000;
    	margin: 0 3px;
    	border-radius: 50%;
    	opacity: 0.5;
    }
    .metaslider.ml-slider .theme-default .nivo-controlNav a.active {
    	opacity: 1;
    }

    It now it work.

    Regards

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

    #25724

    In reply to: Checkout Help

    Hi Harry,

    The code is added to style.css of the child theme already.

    For dropdown I cannot find the right element. So I need your help for full width on this.

    You can make an order as a guest.

    And just insert some not corrected info like name and email and mobile.

    I make the payment only cash on delivery.

    so you cit can be easy to proceed.

    Regards.

    Rahim Vaziri
    CEO & Founder at Look.ir

    #25715

    Hi Chris,

    Please add below code to Claue > Theme Option > General Layout > Custom CSS

    .metaslider .theme-default .nivo-controlNav a {
    	width: 15px;
    	height: 15px;
    	background: #000;
    	margin: 0 3px;
    	border-radius: 50%;
    	opacity: 0.5;
    }
    .metaslider .theme-default .nivo-controlNav a.active {
    	opacity: 1;
    }

    Regards

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

    #25714

    In reply to: Checkout Help

    Hi,

    1. I see you make email field full width, for dropdown please check you custom code in child-theme > style.css

    2. Please give me an account info to make place order on your site i don’t know your language. I check on my local it still work well

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

    #25706

    In reply to: pagination help

    Hi,

    If you want different style for blog please exclude or write different css for class “.jas-pagination”

    Regards

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

Viewing 10 results - 1,321 through 1,330 (of 3,138 total)