This topic has 26 replies, 3 voices, and was last updated 10 years, 5 months ago ago by Jack Richardson
Hello,
I have install legenda and i decide i dont want sidebar in my pages, i manage to deactivate this.
But now i want to show price filter only in products page, when a user chooce category so in left side to see this widget.
Can i manage this?
Thanks a lot
Hello,
If you deactivate the sidebar in your Theme Options you have to switch it back.
Then go to Appearance -> Widgets and specify there “Price Filter” for Shop Sidebar widget area. And to disable unnecessary widget areas just place in there empty text widget.
Regards,
Jack Richardson
Thanks i manage this with your help
One more question, in index page i want to change some css, i manage custom.css and now i want to change Add to Cart or Choose in products-grid.
I see i should write code about :
but where is a class for this style? i cant find it in style.css
i want to remove border around Add to Cart or Choose
Hello,
Please add this code into your custom.css to remove border:
.button, button, .coupon .button, input[type="submit"] {
border: none;
}
Regards,
Jack Richardson
thanks a lot
and how can i put static border around whole product? i dont want when user hover product then to appear the border
i want static border around image
Hello,
Please add the following code into the custom.css to add border:
.products-grid .product {
border: 1px solid #ebebeb;
}
Regards,
Jack Richardson
thanks a lot
and can i put no space between products grid?
Hello,
To remove spaces between products add the following code:
.products-grid .product {
margin: none;
}
Regards,
Jack Richardson
i see spaces still exists
Hello,
Please provide us with FTP and admin panel credentials in Private Content.
Regards,
Eva Kemp.
Ok i send you
Hello,
I’ve added the following code:
.products-grid .product {
margin-left: 0 !important;
}
Please check your site now.
Regards,
Eva Kemp.
ok its good
and if i want no space between 2 product lines, should i put marging-bottom; 0!important;
Yes, you should use this code:
.products-grid .product {margin-bottom: 0 !important;}
Regards,
Eva Kemp.
Thank u very much
i will probably check other css modifications i want and will ask later
Hello,
You’re welcome!
We’re always ready to help if you have any questions.
Regards,
Jack Richardson
Hello guys
one more question
i want to modify buttons,i manage to modify button in index page like a.product_type_variable:hover and a.product_type_simple:hover
i now want to change button when user enter in product details and press add to cart , which css should i change?
i thought it was : single_add_to_cart_button but it doesnt do anything
thanks a lot
Hello,
The class for “Add to cart” button is: .single-product-page .product-info .button
For example, .single-product-page .product-info .button {float: left;}
makes the button align to the left.
If you have some difficulties please specify what exactly you want to do with the button.
Regards,
Eva Kemp.
Sorry but i dont see any difference, i want to do something like this that i have manage in index page :
a.product_type_simple:link {color:white; background-image:url(‘myurl/images/button-apoktiseto.png’);background-repeat: no-repeat;font-size:17px;font-weight:bold;}
a.product_type_simple:visited {color:white; background-image:url(‘myurl/images/button-apoktiseto.png’);background-repeat: no-repeat;font-size:17px;font-weight:bold;}
a.product_type_simple:hover {color:white; background-image:url(‘myurl/images/button-apoktiseto.png’);background-repeat: no-repeat;font-size:17px;font-weight:bold;}
Hello,
Please provide us with wp-admin panel credentials and describe with more details what you want to do with the “add to cart” button on a single product page.
Thank you.
Regards,
Eva Kemp.
I send you details, in custom.css i want to do the same like a.product_type_variable and a.product_type_simple
you can see that code in custom.css
Could you please describe what you want to change?
Do you want to change background/font color and font size of the “add to cart” button?
Please be more specific.
Thank you.
Regards,
Eva Kemp.
The main thing i want to do is to change image in button, i want to put the same as a.product_type_simple:link in custom.css also i want to put another image in hover like a.product_type_simple:hover
also in same button i want to change color and font size
but i think i can manage those things when i put the image in this button
Hello,
We’ve made some changes in your custom.css. Is it working fine now? Please check!
Regards,
Jack Richardson
Hello,
Thanks a lot, its what i wanted.
Hello,
You’re welcome!
Regards,
Jack Richardson
The issue related to '‘Add Woocomerce Price Filter in Products Page Only’' has been successfully resolved, and the topic is now closed for further responses