-
AuthorSearch Results
-
October 16, 2018 at 10:02 pm #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.
October 16, 2018 at 10:36 am #25778Hi,
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=janstudioHi 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=janstudioOctober 15, 2018 at 5:09 pm #25751In reply to: Integration of Max Mega Menu
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=janstudioOctober 14, 2018 at 10:08 pm #25743In reply to: How To Hide Author Name For Blog Posts?
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=janstudioOctober 14, 2018 at 2:29 pm #25727In reply to: How To Change Colour Of Meta Slider Dots?
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=janstudioOctober 14, 2018 at 1:06 pm #25724In 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.irOctober 14, 2018 at 9:28 am #25715In reply to: How To Change Colour Of Meta Slider Dots?
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=janstudioOctober 14, 2018 at 9:24 am #25714In 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=janstudioOctober 13, 2018 at 9:42 pm #25706In 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 -
AuthorSearch Results