Hi,
I see it now get color of body tag http://prntscr.com/lgjm99 and can’t use other css to control. Please change color in Theme Option > Color Scheme > Body
Regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
Hello,
We are trying to change the font color, of the options displayed, in the select country dropdown, on the checkout page.
Can you show us the right tag to use for that?
It appears to be inheriting from a couple of redefined body tags.
CSS tried:
input:not([type=”submit”]):not([type=”checkbox”]), textarea, select {
color: #222222 !important;
}
select {
color: #222222 !important;
}
.dropdown-wrapper {
color: #222222 !important;
}
Attachments:
You must be
logged in to view attached files.
Hi,
1. Please add below code to Claue > Theme Options > General Layout > Custom CSS
.jas-menu > li > a {
font-size: 14px !important;
}
.jas-menu ul a,
.jas-menu ul li a {
font-size: 13px !important;
}
and change number as you want.
2. For color please go to Claue > Theme Options > Color Schema
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
That is great! One more thing. I need to change font size and style of both menu and submenu. What’s about CSS?
PANDALER [ https://pandaler.com/ ] - The Very Coolest of Panda Stuffs In One Place For You And Everyone In Your Life Who Loves Panda!
This reply has been marked as private.
PANDALER [ https://pandaler.com/ ] - The Very Coolest of Panda Stuffs In One Place For You And Everyone In Your Life Who Loves Panda!
This reply has been marked as private.
PANDALER [ https://pandaler.com/ ] - The Very Coolest of Panda Stuffs In One Place For You And Everyone In Your Life Who Loves Panda!
This reply has been marked as private.
This reply has been marked as private.
PANDALER [ https://pandaler.com/ ] - The Very Coolest of Panda Stuffs In One Place For You And Everyone In Your Life Who Loves Panda!
Hi,
Please add below code to Claue > Theme Option > General Layout > Custom CSS
@media only screen and (max-width: 1440px) {
.jas-menu > li:not(:first-child) {
margin-left: 45px;
}}
@media only screen and (max-width: 1366px) {
.jas-menu > li:not(:first-child) {
margin-left: 40px;
}}
@media only screen and (max-width: 1280px) {
.jas-menu > li:not(:first-child) {
margin-left: 35px;
}}
@media only screen and (max-width: 1220px) {
.jas-menu > li:not(:first-child) {
margin-left: 15px;
}}
@media only screen and (max-width: 1050px) {
.jas-menu > li:not(:first-child) {
margin-left: 8px;
}}
Regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
Hi,
For this header layout it only can make logo width is 208px by add custom css code to Claue > Theme Option > General Layout > Custom CSS
.jas-navigation + .jas-col-md-2 {padding: 0;}
Regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio