Forum Replies Created
-
AuthorPosts
-
One of my client sites using Enfold has suddenly started getting about a spam email a day after not having any issues for last 2 years at all. And was utilizing a security plugin. After updating everything and yet receiving another spam message (all in Russian fyi) I moved the site behind a paid website firewall and still receive another spam message yet today. Something is definitely up.
April 28, 2015 at 11:05 pm in reply to: Hide add-to-cart options and buttons (WooCommerce 2.3.8/Enfold 3.1.3) #436436UPDATE#2 – Added the following to remove button…I’m all set now :)
.avia_cart_buttons{display: none !important;}
form.cart {display: none !important;}April 28, 2015 at 11:00 pm in reply to: Hide add-to-cart options and buttons (WooCommerce 2.3.8/Enfold 3.1.3) #436434UPDATE: I found there was an option in Theme Options to display without buttons. Great!
So I just need direction on removing the ad-to-cart button from single product page.Thanks much!
That did it! Thanks as usual for the great theme support!
I updated to 3.0.2 and that resolved the issue, thank you. However it created a new issue. I had the following code in Quick CSS to reverse the rollover effect on the social media icons, so the current state shows the icons in color and they gray out upon hover. After updating to Enfold 3.0.2 the styling is no longer working.
#top .social_bookmarks_linkedin a {
color: #fff;
background-color: #419cca;
}
#top .social_bookmarks_linkedin:hover a {
color: #419cca;
background-color: transparent;
}
#top .social_bookmarks_facebook:hover a {
color: #37589b;
background-color: transparent;
}
#top .social_bookmarks_facebook a {
color: white;
background-color: #37589b;
}
#top .social_bookmarks_gplus:hover a {
color: #de5a49;
background-color: transparent;
}
#top .social_bookmarks_gplus a {
color: white;
background-color: #de5a49;
}
#top .social_bookmarks_twitter:hover a {
color: #46d4fe;
background-color: transparent;
}
#top .social_bookmarks_twitter a {
color: white;
background-color: #46d4fe;
}
#top .social_bookmarks_youtube a {
color: #fff;
background-color: #a72b1d;
}
#top .social_bookmarks_youtube:hover a {
color: #a72b1d;
background-color: transparent;
}Thanks Ismael…that worked!! Have a great day!
This reply has been marked as private.This reply has been marked as private. -
AuthorPosts