Hello,
i have a problem on my product page overview with enfold and woocommerce.
on this page http://www.yagoona.ch/produkt-kategorie/zubehoer/page/2/
you can see the product that is called “Stikkan – Der schwedische Holzspalter”. Exactly here you can see that where the review function is coming up there is something that gets cut off.
here i made a screenshot for you: http://www.yagoona.ch/wp-content/uploads/2015/12/Unbenannt.png
can you help me why that happens?
Hey stefanswebdesign!
Try adding this to your custom CSS.
.yotpo .pull-left { width: 100% !important; }
Cheers!
Elliott
thanks a lot. i tried it out but it did not work.
is there a possibility to take just the text “1 Bewertung” out and leave the yellow stars?
because now it looks like this: http://www.yagoona.ch/produkt-kategorie/gartenmoebel/
The word is not finished. The letter “g” at the end is getting cut out.
Hey!
Add this.
a.text-m {
display: none !important;
}
Regards,
Elliott
thanks a lot. that worked but now this little dot here came up: http://www.yagoona.ch/wp-content/uploads/2015/12/Unbenannt-1.png
do you know how to take that out?
since i have the enfold theme i have the product tabs and the boxes where the text is in in gray: http://www.yagoona.ch/wp-content/uploads/2015/12/Unbenannt-2.png
is there a way to change the color of that box?
Hey!
Add this.
ins::before { display: none !important; }
.woocommerce-tabs > div {
background: red !important;
}
Best regards,
Elliott
you are great thanks so much you made my day :)