Forum Replies Created
-
AuthorPosts
-
Here it is:
- This reply was modified 6 years, 10 months ago by Victoria.
This reply has been marked as private.If you can close, thank you very much
One important thing, for some strange reason does not work by placing this code in style.css of the child theme. You must copy the entire config-woocommerce folder to the child theme and make the change there.
Thank you all
For those who have the same problem, the solution is to edit the css file woocommerce-mod.css in /wp-content/themes/enfold/config-woocommerce/
change this:
#top #wrap_all ins:before {
content: “\2219”; /*bullet*/
text-decoration: none;
display: inline-block;
padding:0 7px 0 3px;
font-size: 20px;
line-height: 12px;
}For this:
#top #wrap_all ins:before {
display: none !important;
content: “\2219”; /*bullet*/
text-decoration: none;
display: inline-block;
padding:0 7px 0 3px;
font-size: 20px;
line-height: 12px;
}Hi,
I already wrote to him, I’m waiting for answer.
Thank you Mike
- This reply was modified 6 years, 10 months ago by Luis.
Hi Jordan,
This plugin bought it recently and I would not like to lose it, it worked perfectly in my previous theme.
I noticed that when turning off WooCommerce works perfectly, could you give me some guidance please?
- This reply was modified 6 years, 10 months ago by Luis.
-
AuthorPosts