- This topic has 9 replies, 2 voices, and was last updated 7 years ago by Leo.
-
AuthorPosts
-
October 25, 2017 at 4:37 pm #410329bluebit
For the reviews on the bottom of the page, on the right side there are profile logos next to the stars, how to disable? http://wildlatina.co/product/cindy/
I’ve got your custom css plugin installed and a code snippets plugin.
Also the large gap of space between the title Reviews and the actual reviews, how to make the gap smaller? Disable/Remove the “4 reviews for Bikini Blanco” line.
October 25, 2017 at 9:03 pm #410411LeoStaffCustomer SupportHi there,
Try this CSS:
.comment_container > img { display: none; } .woocommerce div.product .woocommerce-tabs ul.tabs { margin-bottom: 0; } .woocommerce-tabs #reviews { padding-top: 0; padding-left: 60px; padding-right: 60px; }
October 26, 2017 at 1:27 am #410468bluebitfixed it somewhat, this is what it looks like now http://wildlatina.co/product/cindy/
How to disable/remove/hide the “3 reviews for Bikini Blanco” title?
Remove/Hide the white border line thats on each review.
Center the entire reviews section to the middle, seems like its aligned to the right. Maybe padding can fix it.October 26, 2017 at 8:09 am #410669LeoStaffCustomer SupportTry this:
h2.woocommerce-Reviews-title { display: none; } .woocommerce #reviews #comments ol.commentlist li .comment-text { border: none; margin: 0; }
October 26, 2017 at 9:38 am #410748bluebitLooking great, lastly. How do I make the Reviews title a bigger size? http://wildlatina.co/product/cindy/
Move the part on the bottom that says “Only logged in customers who have purchased this product may leave a review.” from left side to center align.
And add padding to the left and right side of the reviews section.
October 26, 2017 at 11:13 am #410835LeoStaffCustomer Supportli#tab-title-reviews { font-size: 20px; } p.woocommerce-verification-required { text-align: center; }
For the padding I’ve adjusted the code above: https://generatepress.com/forums/topic/how-to-disable-profile-logo-in-reviews-section/#post-410411
October 26, 2017 at 11:48 am #410868bluebitHow do I put an underline for the “Reviews” title? http://wildlatina.co/product/cindy/
And remove/hide the line “Uploaded image(s):” inside the reviews section.
October 26, 2017 at 12:54 pm #410918LeoStaffCustomer Support.reviews_tab { text-decoration: underline; } p.iv-comment-image-text { display: none; }
October 26, 2017 at 2:23 pm #410944bluebitthat worked!!!! i actually removed the underline, didn’t look to pretty.
How to change the text size and color of the reviewers text from gray to white for example this “Tim Jae (verified owner) – Octubre 5, 2017”
Change the reviews order from newest to oldest, its currently oldest to newest.
October 26, 2017 at 6:22 pm #411004LeoStaffCustomer SupportThis CSS should do:
.woocommerce #reviews #comments ol.commentlist li .meta { color: #ffffff; }
You’d have to check with WooCommerce for that last question. All of the above should be answered by them by the way 🙂
-
AuthorPosts
- You must be logged in to reply to this topic.