Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #868439

    artisticdog
    Participant

    See my page with Store Locator on it: http://dna-paints.com/store-locator/
    The “Your Location” input box has dark gray font color and a black input box background which are difficult to see and read.
    How can I change these but for this page only?

    WordPress 4.4.2 running X – Child Theme theme.
    Integrity Stack

    #868601

    Prasant Rai
    Moderator

    Hello There,

    Thanks for writing in!

    You can add this under Custom > CSS in the Customizer:

    .page-id-2655 input#wpsl-search-input {
        color: #000 !important;
        background-color: #fff !important;
    }

    Thanks.

    #872014

    artisticdog
    Participant

    You are awesome, thank you.

    #872629

    Lely
    Moderator

    You’re welcome!

    Always,
    X