[email protected]
Forum Replies Created
-
Forum: Themes and Templates
In reply to: {Theme-Clean Retina} Font colorI added this to the Custom CSS string and it has solved the problem:
#respond form input[type=”text”],
#respond form textarea {
color: #000;
}Thank you much for your help!
Forum: Themes and Templates
In reply to: {Theme-Clean Retina} Font colorI placed the CSS at the end of the custom CSS string and it didn’t work. I even changed the word respond to comment and still it didn’t show. If I type in the white comment box for the reply, and then go highlight using the mouse, the letters are there, only in white. Perhaps we are going about this the wrong way. Maybe I could change the color of the white box to dark gray or the color of the other boxes in the Contact Form. Do you know of a way for me to do that?
Forum: Themes and Templates
In reply to: {Theme-Clean Retina} Font colorI do have the custom CSS with the input and textarea set to #fff because I need the white printing on all of the web. When I change that it changes all the text to black and you can’t read it on the dark background.
Forum: Themes and Templates
In reply to: {Theme-Clean Retina} Font colorFollowing is the lines in the Styles CSS that have to do with the respond to comment text area:
#respond form input[type=”text”],
#respond form textarea {
-moz-box-sizing: border-box;
box-sizing: border-box;
font-size: 12px;
font-size: 0.857142857rem;
line-height: 1.714285714;
padding: 10px;
padding: 0.714285714rem;
width: 100%;Is this the wrong place to be looking?
Forum: Themes and Templates
In reply to: {Theme-Clean Retina} Font colorThank you for the reply, but I have been through the Style CSS line by line and not found anything like you are saying. That would, I assume be in the comment section of the Style CSS, I that correct?
Forum: Plugins
In reply to: [Contact Form 7] Font color changeWeb site is jhudphotography.com Fields in question are on the blog and the Contact and Store tabs. I changed all the fonts to white because of the background, but want the fonts in the fields black.