-
Author
-
October 23, 2016 at 19:00 #140738meltdownParticipant
I’ve spent ages trying to use CSS to resolve this. I have two questions in regards to the same thing:
1) I’ve changed the background color of the main and sidebar sections; now the various site Forms (input, search, etc) are not visible unless clicked on. Please see attached image showing the /register page. Note that the input fields are not visible. How can I make the fields a lighter color?
2) How do I change the font color of the text in the search forms? It needs to be darker to be visible.
Thank you
Attachments:
You must be logged in to view attached files.October 24, 2016 at 17:35 #140925LauraModeratorHello, just add this to style.css of child theme
COPY CODEdiv#basic-details-section input { background: white !important; } input#field_1 { background: white !important; } .widget .woocommerce-product-search input[type=search], .widget form#bbp-search-form input[type=text], .page-content #searchform input[type=text], .widget_search #searchform input[type=text] { color: white !important; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Ticket solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
October 24, 2016 at 18:40 #140952meltdownParticipantWonderful – Thank you very much. I’ve marked this as Resolved 🙂
October 24, 2016 at 19:03 #140963meltdownParticipantSorry to be a bother but I see that the input fields for Buddypress are still invisible unless clicked on.
I did use Firefox Web Developer to try and get the element information but is not being displayed. Could I trouble you to take a look? Just view the input fields on any Buddypress page.
Thanks again
October 25, 2016 at 23:46 #141292LauraModeratorHello, try
COPY CODEtextarea { background: white !important; } input { background: white !important; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
October 27, 2016 at 06:27 #141607LauraModeratorGlad to help 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
-
AuthorPosts
You must be logged in to reply to this topic.