Dear Ben,
Sorry to bother you again, but there are a couple of style issues that I am finding impossible to solve by myself. Hope you wont mind helping me with a couple of more things.
1. Someone posted a product review, and then I noticed some inconsistencies. Scroll down to the product review tab in this page.
a. I want to change the reviewer name-date font to #e8e8e8. Currently its grey on grey and difficult to read.
b. remove the border around the review
c. remove the profile pic (avatar) of the reviewer and left align the review.
2. The select2select dropdown boxes in the page footer and Contact form 7 forms are showing empty white blocks when clicked. See this picture:
I had used the following code to style the background of the dropdown. How can I remove this white space and make the thick white borders narrower?
.select2-drop .select2-results li {
border: 1px solid #e8e8e8;
background:#252525;
color: #e8e8e8;
}
How can I remove this white space and make the thick white borders around the dropdown narrower?