-
AuthorSearch Results
-
September 7, 2017 at 10:49 am #9547
In reply to: Maintenance mode layout
Hi,
You can add custom css in Claue > Theme Option > General Layout > Custom CSS
.header-lateral #jas-wrapper .jas-offline-content {
margin-left: -250px;
}Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioSeptember 7, 2017 at 10:43 am #9546In reply to: Custom product page
Hi,
You can add custom css
.flex.between-xs.middle-xs.price-review {
border-bottom: 1px solid #dedede;
padding-bottom: 20px;
}
ul.swatch .swatch-item:hover, ul.swatch .swatch-item.selected {
border: medium none;
}Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioSeptember 7, 2017 at 10:28 am #9545In reply to: A Few Simple Questions
Hi,
1. You can change blue color to another color on overall site in Claue > Theme Option > Color Scheme > Primary Color
2. For only add to cart button by add custom css
.single_add_to_cart_button,
.external_single_add_to_cart_button {
background: #56cfe1 !important;
}Best regards
and change #56cfe1 with your colorHarry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioSeptember 7, 2017 at 4:20 am #9541Topic: Edit the look and feel of the Menu..
in forum Gecko
wesselvincentParticipantHi guys,
I’ve want to change the capital letters like ‘HOME’ in the menu, see the attached picture, into a normal ‘Home’. I’ve also want to use a breakup like: ‘|’, in between the menu items. I’ve also added a picture of the way which i want it to be..
Is there a way to edit this? Maybe with custom CSS?
Attachments:
You must be logged in to view attached files.September 7, 2017 at 1:56 am #9533In reply to: Enable breadcrumbs on catalog page
You can enable breadcrumb on category page by add custom css in Claue > Theme Option > General Layout > Custom CSS
.archive .woocommerce-breadcrumb {
background: #f6f6f8;
display: block;
padding: 10px 20px;
}Regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioSeptember 6, 2017 at 7:11 pm #9503In reply to: How to change the shape of the buttons?
Hi,
You add these code in Claue > Theme Option > General Layout > Custom CSS
input[type="submit"], button, a.button, .jas-ajax-load a, .br__40 { border-radius: 4px; }Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioSeptember 6, 2017 at 7:09 pm #9502In reply to: How to change the shape of the buttons?
Hi Harry, I just changed it and it’s still nothing where should I add it? The CSS plugin you guys installed on the CSS box int Claue settings?
September 6, 2017 at 6:48 pm #9496In reply to: Color button openswatch
Hi,
You can add custom css code in Claue > Theme Option > General Layout > Custom CSS
.swatch .swatch-item span {
height: 24px;
line-height: 24px;
width: 24px;
}Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioSeptember 6, 2017 at 6:38 pm #9493In reply to: Blank space between footer and last element of VC
Hi,
You can remove blank between footer and content on any page by add custom css in Claue > Theme Option > General Layout > Custom CSS
.jas-page > div { margin: 0;}
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioSeptember 6, 2017 at 5:13 pm #9483In reply to: Footer background
Hi,
Thank you for choosing our theme.
1. You can change footer background in Claue > Theme Option > Color Scheme > Footer Color
2. For footer botom you can add custom css in Claue > Theme Option > General Layout > Custom CSS.footer__bot { background: #fff; }
and change #fff with your color.
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
AuthorSearch Results