Hello,
You need add it into function.php file in the theme directory.
Regards,
Eva Kemp.
This topic has 220 replies, 6 voices, and was last updated 10 years, 4 months ago ago by Jack Richardson
Hello,
You need add it into function.php file in the theme directory.
Regards,
Eva Kemp.

And i want to change tabs color when hover and when open tab as shown here, and also remove tabs border line
http://www.pricedekho.com/mobiles/apple-iphone-6-16gb-silver-price-p1547M.html

Hello,
Add this code in custom.css:
.single-product-page .product-info h4, .single-product-page .product-info .posted_in {
display: none;
}
For opened tab:
.tabs .tab-title.opened {
color: white;
background-color: navy;
}
}
For hover color:
.tabs .tab-title:hover {
color: white !important;
background-color: navy;
}
To remove borders:
.tabs .tab-content {
border: medium none !important;
}
Thank you.
Regards,
Eva Kemp.
How to change rating color from red to original rating golden-yellow color
Hello,
You have to edit the image from which star icon loads – wp-content/themes/legenda/images/xstar-active.png.pagespeed.ic.j5B98v2F3G.png.
You need use some image editor.
Regards,
Eva Kemp.

Hello,
Sorry, but there is no such possibility.
Regards,
Eva Kemp.

Hello,
You can add an empty Text widget in Footer links area in Appearance > Widgets.
Thank you.
Regards,
Eva Kemp.
how to add color attribute and filter in my website
Hello,
You need refer to Woocommerce documentation:
http://docs.woothemes.com/document/product-variations/
Regards,
Eva Kemp.

How to change font style and font size of product name
Hello,
Please add this code in custom.css file:
.products-grid .product .product-name {
font-size: 0.9em;
font-family: Roboto !important;
font-weight: bold;
}
Thank you.
Regards,
Eva Kemp.

Hello,
Add this code:
.slider-container.sidebar-slider-flex .slide-item .product .product-name {
font-size: 0.9em;
font-family: Roboto !important;
font-weight: bold;
}
Regards,
Eva Kemp.

Hello,
Add the following code:
.products-grid .product .product-name {
margin-bottom: 0px !important;
}
.products-grid .product .price {
text-align: center;
}
Regards,
Eva Kemp.

Hello,
Please use this code:
.woocommerce.widget_price_filter .ui-slider .ui-slider-range, .woocommerce-page .widget_price_filter .ui-slider .ui-slider-range {
background-color: navy;
}
.woocommerce.widget_price_filter .ui-slider .ui-slider-handle {
background-color: blue;
}
Regards,
Eva Kemp.
Where to put this code in custom css
Hello,
Put it after the rest of the code you have already written.
Are there any difficulties?
Regards,
Eva Kemp.
I pasted this code in custom css still their’s no change
Please give us Wp-admin credentials to resolve your issue. We cannot log in with the previous ones recеived.
With best regards
Brian Johnson
check private content
??????
Hello.
Please check your site now.
With best regards
Brian Johnson
Thanx

Hello,
You can change the title in wp-content/themes/legenda/woocommerce/single-product/up-sells.php
You will find the code:
etheme_create_flex_slider($args, __('Our offers', ETHEME_DOMAIN), false, true);
and change “Our offers” title to anything you want.
Regards,
Robert Hall.
Thanx it works
Hello,
You’re welcome.
Regards,
Eva Kemp.
You must be logged in to reply to this topic.Log in/Sign up