-
AuthorSearch Results
-
September 8, 2017 at 12:44 am #9591
In reply to: Simple Way to Change Cart Icon
Hi,
You only need add custom css in Claue > Theme Option > General Layout > Custom CSS
.pe-7s-shopbag::before { content: "\e66e";}
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioSeptember 8, 2017 at 12:30 am #9587In reply to: Edit the look and feel of the Menu..
Hi,
You can add custom css in JanStudio > Theme Option > General Layout > Custom CSS
.jas-menu > li:not(:first-child) {
margin-left: 0 !important;
}
.jas-menu > li:not(:first-child) > a {
border-left: 1px solid #999;
margin-left: 20px;
padding-left: 20px;
}Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioSeptember 8, 2017 at 12:01 am #9585In reply to: A Few Simple Questions
Hi,
You can add custom css
.jas-social {text-align: left;}
.jas-social a:first-child { margin-left: 0;}
.jas-social a.google-plus, .jas-social a.pinterest, .jas-social a.tumblr { display: none;}It’s now Instagram still doesn’t support share, you only upload direct on Instagram.
Besst regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioSeptember 7, 2017 at 10:49 am #9547In 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 Geckowesselvincent
ParticipantHi 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?
-
AuthorSearch Results