This topic has 6 replies, 2 voices, and was last updated 8 years by Laura.

  • Author
  • #140738
     meltdown
    Participant

    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.
    #140925
     Laura
    Moderator

    Hello, just add this to style.css of child theme

    COPY CODE
    
    div#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 solution

    Laura 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 🙂

    #140952
     meltdown
    Participant

    Wonderful – Thank you very much. I’ve marked this as Resolved 🙂

    #140963
     meltdown
    Participant

    Sorry 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

    #141292
     Laura
    Moderator

    Hello, try

    COPY CODE
    
    textarea {
        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 solution

    Laura 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 🙂

    #141341
     meltdown
    Participant

    Perfect – Thanks Laura. Marked Resolved 🙂

    #141607
     Laura
    Moderator

    Glad to help 🙂

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura 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 🙂

Viewing 7 posts - 1 through 7 (of 7 total)

You must be logged in to reply to this topic.

Log in with your credentials

Forgot your details?