-
AuthorSearch Results
-
December 19, 2016 at 6:32 am #1333
In reply to: Logo Replacements
Also,
is there any css code I can use to center the “subscribe” button under “email address” box?
December 18, 2016 at 5:28 pm #1316In reply to: Important (header help)
Hi,
You can add custom css in Theme Option
.header-5 .jas-branding { padding: 0;}
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioDecember 17, 2016 at 1:14 pm #1273In reply to: Mobile Issue
You can add custom css
@media only screen and (max-width: 480px) {
.pa-center .fs__30, .pa-center h3.fs__50 { font-size: 8px;}
}
To change button you add custom css
.widget_wysija_cont form .wysija-submit { background: #fff; color: #333; border: 1px solid #333;}
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioDecember 14, 2016 at 5:03 pm #1252In reply to: YITH Newsletter Popup Errors
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 8 years, 2 months ago by
Harry.
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioHi,
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=janstudioDecember 13, 2016 at 11:41 pm #1248In reply to: Change product listing layout on mobile to 2 columns
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=janstudioDecember 13, 2016 at 9:09 am #1241In reply to: Default Gray Overlay for Page Title Background
@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=janstudioDecember 13, 2016 at 8:59 am #1239In reply to: Metaslider Issue on Mobile
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=janstudioHi,
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=janstudioDecember 13, 2016 at 6:40 am #1237In reply to: Image in page title doesn't change
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 🙂
-
This reply was modified 8 years, 2 months ago by
-
AuthorSearch Results