Forum Replies Created
-
AuthorPosts
-
August 24, 2017 at 2:24 pm in reply to: Logo disappeared after update to Enfold version 4.1.2 #843511
Hello people!
So how did you solve this problem? I have the same… I changed the name and reuploaded it, but after a while it changed back to that little text link…
Please help me with this Logo problem…! :D
Love ya!- This reply was modified 7 years, 2 months ago by paul_chezan.
April 5, 2017 at 9:31 am in reply to: Woocommerce: How to remove "Show Details" button under product pictures? #772340Hello!
Yes it works like it should, but @Yigit said that there might be a CSS error because I had to introduce twice the same code to work…
kind regards! :DApril 3, 2017 at 8:54 am in reply to: Woocommerce: How to remove "Show Details" button under product pictures? #770953Hello, @Yigit, it worked like this: first it removes the button, the second should remove the delimiter but it removes it only if I put once again the first code… and that’s the third.. :) If you figure it out where is the error I’ll be glad to fix it, because I don’t like strange codes either… :D
March 30, 2017 at 2:30 pm in reply to: Woocommerce: How to remove "Show Details" button under product pictures? #769481Hello! this worked for me :D
.show_details_button {
display: none !important;
}
.button-mini-delimiter {
display: none !important;
}
.show_details_button {
display: none !important;
}I dont know why it works only if I repeated this before and after delimiter…
December 9, 2016 at 12:41 pm in reply to: continue shopping button not fitting the text on mobile #722394Thank you so much! now the text is fitting on the button for the mobile :D
You guys are the best!
here is the rezult!
mobile screenshot result
I only made it to work from 800px for tablets also and made it for 40%.
Thanks again! Cheers!- This reply was modified 7 years, 11 months ago by paul_chezan.
December 8, 2016 at 4:46 pm in reply to: continue shopping button not fitting the text on mobile #722064 -
AuthorPosts